Here are a few games I developed for fun. They are all open source (the source code is directly shipped with the game). Any improvements to these games are more than welcome. Don't hesitate to submit ideas, improvements, and report bugs
SDL Basic Chicken Hunt :
This game illustrates how to make a really easy "Duck Hunt" type of game with the SDL library. The mouse is used to move the crosshair around and right click button to take the chickens down.
Click HERE to download
SDL Advanced Tetris :
The Tetris game concept is illustrated here. This sample game is an improved version of the SDL Basic Tetris code. Line count and levels are now implemented, in addition to sounds.
Click HERE to download
GDE SpaceFight :
This game is a 2 player space ship fighting game. It uses the SDL library with enhanced features to render text on screen (SDL_TTF). The game already has several features but is still under development, meaning you can expect improved versions to be released soon. Controls are all detailed in the readme file shipped with the game...
Click HERE to Download
Thanks,
ReplyDeleteThese games are good tutorials for learning SDL.