Thursday, July 30, 2009

C++ help????

ok i have ms visual c++6.0 standard and i was just wondring if that will be enough to make a 2d game in the dos window, like chess or pong........

C++ help????
Yep, that should be enough. You might need graphics to use as place holders in the game itself, but the coding will tell the graphics how to move around.
Reply:yes dats too much to create chess like games


well be careful chess is very comlicated game if made to play with AI


for chess or any chess like game use Tree Structures for AI and maintain linked lists for the possible moves it will be better
Reply:In order to do graphics like that you will need to download a graphics library for C++. Just about everything you would ever need to know can be found on http://www.thefreecountry.com/sourcecode...


No comments:

Post a Comment