Thursday, July 9, 2009

How do I create a tic-tac-toe game using C++?

I am just learning C++ and I don't even know where to begin at with creating this game.Any help would be great!!:)

How do I create a tic-tac-toe game using C++?
well this type of game is not for beginner and you better be get the source code and try to read it all and understand the concept behind it... any who it will improve readability quality in you.





if you are very much interested to create it you better go to drawing board and play it ( i mean on paper)..





analyze each steps one by one ....





Think about the game either it will be human vs machine or human vs human





First build the nine boxes by using graphics header file.





Second select case expressions for turns (which one will start first then turn shifted to other player).





Think about winning and non winning combinations, this will endless loop until the all nine boxes will not be filled.





and goes on and on ..... hope it will help you in initially.








bye
Reply:can you post your requirment in http://expert.allexpert.info/


many programmer bit your project.
Reply:google --%26gt;


c++: tic tac toe
Reply:you can c the logic if you have the java 1.3 setup available with you. tic tac toe game is available there.


No comments:

Post a Comment