A classic Space Invaders game implemented in Python using the Pygame library.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
To run this game you need to have Python 3 installed on your machine. You can download it from here, and pygame which can be installed using pip install pygame
To run the game, navigate to the directory where you have downloaded/cloned the files and run the following command:
python main.py
- WASD to move
- Space to shoot
- Enter to start/continue the game
- Multiple levels of increasing difficulty
- Keeps track of high score even after closing the game (stored in a file)
- Sound effects and background music