Build the classic arcade game where you shoot down alien ships.
- Make a 2D Game With PyGame
- Draw (blit) items on the screen
- Organized Use of Classes
- Handling User Input (Player's Actions)
- Implementing Event Loops
-
CD into the
./Space-Invaders
directory -
Install the required packages using
pip install -r requirements.txt
-
Run the game using
python main.py