Owner Reviews, Ratings, Comments and Criticism
I just bought this at a used video game store and this game is great. I mean it totally reminds me of the micromachines game of back in the day. And its 8 players? i have a multi-tap, but i dont have 8 ppl to play with. I played with 4 players, and the game was TOP. very inventive way to race. i my honorable oppinion.
Comment | Permalink |
function showYesNoCommunityResponse(uId,result,value) {
var msgLayer = getElement("thanks" + uId);
if ( result == "SUCCESS" ) {
msgLayer.innerHTML = "Thanks for the valuable feedback you provided to other Amazon.com readers and reviewers. Your vote will be counted and will appear on the product page within 24 hours.";
} else {
showVoteErrorResponse(msgLayer,result,value);
}
}
(Report this)