A classic Asteroids game clone built with Python and Pygame.
- Classic Asteroids gameplay with player controls
- Random asteroid spawning and movement
- Shooting and collision detection
- Score tracking
- Sound effects (if implemented)
- Python 3.x
- Pygame
Install dependencies with:
pip install -r requirements.txt
# or, if requirements.txt is not present:
pip install pygame- Clone this repository:
git clone https://github.com/ty-strong/Asteroids.git cd Asteroids - Run the game:
python3 main.py
- Arrow Keys – Move and rotate your ship
- Spacebar – Shoot
- Esc – Quit the game
This project is for educational purposes.
Made with Python and Pygame