Top-down wave survival (horde mode) game developed in Python (2.7 and 3.X) with Pygame
- Map view
- Player rotation
- Player movement
- Footsteps sound, on player movement
- Player collision with walls and enemies
- Player Gun shots
- Player Gun shot sound
- Player atributes: life, speed, attack speed, damage
- Dynamic growth of the attributes of the player, according to the current game wave
- Enemies rotation
- Enemies movement
- Enemies collision with walls and player
- Enemies atributes: life, speed, attack speed, damage
- Enemies sounds
- Dynamic growth of the attributes of the enemies, according to the current game wave
- Background music
- Game interface