well I have done a pong game, what game should I do next?
Next Step
There's a good list of games here to progress through:
Hello to all my stalkers.
I have decided to work on a tic-tac-toe game using opengl and c++. It seems like a logical next step, thanks for all the input
I am actually making progress on my game, I am happy when I solve a problem.
That's good.
If it makes you happy, keep going :)
Hello to all my stalkers.
As or your Tic Tac Toe game, make sure to even implement an AI engine which is unbeatable, since you will learn a lot from it.
You will probably need the Min-Max algorithm.
(You may have already planned this, but just to make sure... :wink: )
well first I am going to use the random number generator to play the computer (O's) then I will implement AI routine.
well I have decided to shelve my tic tac toe game for now. I am working on a text based c++ star trek game. I am trying to come up with something that is original. I am actually making some good progress.