Hi, I've been learning the basics of C lately and am looking for a very simple example of a game that I could look at and get to know some more basics. If it could run with the bare minimum that would be perfect. It doesn't have to be anything advanced, even pong or snake would be good. Thanks
Following is something I had made during my engineering days Its a tic-tac-toe game Haven't looked at the files since then and have forgot almost half of syntax of C now. http://www.programmersheaven.com/download/32947/download.aspx You can try following things as well, which are little uncommon. 1. 8 Queen problem simulation. 2. Draw buttons like windows, its simple, just color combination using graphics.h i guess hope it gives little more ideas to you..
You can also try to build the "Find the word from the Crossword" game. This are some of the basic games that one can build at the initial level(as people asked to make in tech-fests).