A modern remake of the classic Asteroids arcade game (1979) built with Python and Pygame.
Fly your ship, dodge incoming asteroids, and survive as long as you can while your score increases over time.
game.mov
- WASD → Move & Rotate
- Spacebar → Shoot
- R → Restart after game over
git clone https://github.com/sujitanireddy/Asteroids.git
cd Asteroids
python3 game.py
