Created as part of the path on Boot.dev
- Clone the repository down
- Run command: pip install -r requirements.txt
- On Linux: Run command python3 main.py
- On Windows: Run command python main.py
- Add a scoring system
- Implement multiple lives and respawning
- Make the objects wrap around the screen instead of disappearing
- Make the asteroids lumpy instead of perfectly round
- Add a shield power-up
- Add a speed power-up
- Add acceleration to the player movement
- Add an explosion effect for the asteroids
- Add a background image
- Add bombs that can be dropped
- Make the ship have a triangular hit box instead of a circular one
- Create different weapon types