This is a simple Asteroids game built using Pygame.
- Python 3
- Pygame
- Clone or download the project.
- Navigate to the project folder in your terminal.
Install Pygame via pip:
(You can also use python3 -m pip install pygame
on some systems.)
Run the game with:
- W: Move forward
- S: Move backward
- A: Rotate left
- D: Rotate right
- Space: Shoot
Close the game window or press Ctrl + C in the terminal to stop the game.
- Basic Asteroids gameplay.
- Player ship moves, shoots, and accumulates score.
- Colliding with asteroids ends the game.
- Score is displayed on screen.