(C, C++, Allegro)
All of these games/programs were created using Game Programming All In One by Jonathan S. Harbour.
------------------------------------------------------------------------
Bouncing invaders

A group of invaders have invaded your desktop and are bouncing all over the place! They randomly bounce everywhere. Shows allegro code to make sprites bounce off the sides of the screen and each other. This is based off of the sprite collision detection example in the book. Here is the main file.
------------------------------------------------------------------------
Jungle Cop
A simple game using sprites from Robocop 3 from the nes in a jungle setting. You shoot enemies as they appear and lose health when hit by them. This is a currently under development game, so all I have to show is the code at the moment. I am basing this game off of the platforming example from the Platforming section in the book. Here is the main file.
------------------------------------------------------------------------ |