Here's a small game about zombies I wrote for last week's competition on codersworkshop: Zombie Garden (1.9 Mb)
Use the arrow keys and space bar to shoot the zombies and collect new ammo. Gameplay could still be improved upon... creating the shadow effects took most of the time! :)
As can be seen in the Graphics folder it uses multiple copies of the tileset and player graphics that are increasingly darker. In addition it has moving shadows, using the light that is nearest to the character to decide the angle and length and then drawing the shadow using a number of circles.
The game loads levels from text files in the Levels directory, so new ones can also be added.
Use the arrow keys and space bar to shoot the zombies and collect new ammo. Gameplay could still be improved upon... creating the shadow effects took most of the time! :)
As can be seen in the Graphics folder it uses multiple copies of the tileset and player graphics that are increasingly darker. In addition it has moving shadows, using the light that is nearest to the character to decide the angle and length and then drawing the shadow using a number of circles.
The game loads levels from text files in the Levels directory, so new ones can also be added.