Asteroids is a boot.dev Python course project using pygame
- Python 3
- pygame 2.6.1 (see requirements.txt)
python3 main.py
Use the W A S D keys to move the ship around the screen, avoid asteroids! Press SPACE to shoot asteriods, breaking them apart into smaller pieces and eventually destroying them.
- Add highscore
- Add end game/high score screen
- Add new game screen to replay (current requires restarting the app)
- Add powerups
- Add improved physics for inter-asteroid collisions
