A classic Asteroids-style game built with Python and Pygame.
- Move and rotate the spaceship
- Shoot asteroids
- Asteroids split when destroyed
- Collision detection
- Game over when the player is hit
- Basic event logging
W— Move forwardS— Move backwardA— Rotate leftD— Rotate rightSpace— Shoot
Install Pygame:
pip install pygameStart the game:
python3 main.py- Python
- Pygame