👾 Space Invaders is a timeless classic. I created this implementation to explore object-oriented game development.
- Move the left and right arrow keys to maneuver the spaceship
- Press space to fire a bullet
- Eliminate the invaders before the reach the bottom of the screen
- Download or clone this repository using
git clone
- Navigate to the folder using
cd Space-Invaders
- Install the requirements with
pip install requirements.txt
- Run the game with
python space_invaders.py
- Background: Samantha Peltier
- Player: Icons made by Freepik from www.flaticon.com
- Invader and Icon: Icons made by Payungkead from www.flaticon.com
- Bullet: Icons made by Smashicons from www.flaticon.com
- Inspiration and Sounds: Free CodeCamp
Tested on Python 3.7, Windows 10