Next Step

Started by
19 comments, last by phil67rpg 7 years, 4 months ago

well I have done a pong game, what game should I do next?

Advertisement

There's a good list of games here to progress through:

http://www.gamedev.net/page/resources/_/technical/game-programming/your-first-step-to-game-development-starts-here-r2976

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.

I am making progress on my tic tac toe game, YEAH!!

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.

well I have read and done all the exercises in STY C++ 6th Ed. and Beginning C++ through game programming 4th Ed. I have really learned a lot however I am unsure of what to do next.

This topic is closed to new replies.

Advertisement