Space Shooter is a 2D game where the player takes control of a space ship avoiding enemy fire and shooting lazers at the alien ships.
The game is written in Python using the pygame module. The code is organized in accordance with the OOP practices.
The game is endless, so the goal is to stay alive as long as possible. With time, more enemies appear and the game's difficulty gets higher. Refer to the level indicator in the top-left corner to find how far in the game you are.
- SPACEBAR: Shoot
- A: Move left
- D: Move right
- W: Move up
- S: Move down
Tech with Tim on YouTube