Game c++

Can anyone give me ideas about simple c++ games? Tried making snake but couldn't doit
Thanks
Tick tack toe is a good one for beginners, as well as black-jack
What I managed to create: http://code.google.com/p/jockx-the-game/downloads/list .
I started off from BINGO and SLOT MACHINES, went through BUNNY LIFE exercise and finished with these toys (after I figured out a way to make "Animations" in Windows console).
Strictly WINDOWS only.

Last edited on
closed account (3TXyhbRD)
Tetris can be another start. It's fairly simple except the shape rotations which require some mathematical equations, however they are not that hard to find. Good luck with your quest!
closed account (L1AkoG1T)
Try these:
http://cplusplus.com/articles/N6vU7k9E/
http://www.dreamincode.net/forums/topic/78802-martyr2s-mega-project-ideas-list/
Topic archived. No new replies allowed.