Asteroids is a game where you control a spaceship and shoot asteroids. The game is written in Python using the Pygame library.
Ensure you have Python 3 installed on your machine.
pip install -r requirements.txt
From the root directory, run the following command to start the game.
python -m asteroids.main
Use W-A-S-D to move the spaceship and the space bar to shoot.