A simple Asteroids-like game built with Python and Pygame.
Preview:
- Add a scoring system
- Implement multiple lives and respawning
- Add acceleration to the player movement
- Add a background image
- Make the asteroids lumpy instead of perfectly round
- Make the player have a triangular hit box instead of a circular one
- Add collision debugger
Maybe someday:
- Add a menu screen
- Add an explosion effect for the asteroids
- Create different weapon types
- Add a shield power-up
- Add a speed power-up
- Add bombs that can be dropped
Thanks to Virusystem for the background image asset
