A simple Asteroids-like game built using pygame and python
FUTURE EXTENTIONS:
- Scoring - Increase point values either on Time or on asteroid break
- Multiple lives, respawning
- Change player movement to be acceleration based
- Add screen wrapping to asteroids and player
- Create different weapon types, player can choose a weapon before playing
- Triangular hitbox for player instead of circle
- Add a shield power-up with randomly drops, protects from one asteroid collision
- Add bombs which explode on a timer