Owner Reviews, Ratings, Comments and Criticism
Fun:
This is a war strategy game like Dune 2000 or Starcraft. I actually prefer this Dune to the later computer versions. This is one of the best games I ever played for the Genesis. It blows away Command and Conqueor and other 16 bit war games.
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)