Asteroids Shooter is an arcade-style game where you control a spaceship and must survive by destroying incoming asteroids.
- Navigate your ship to avoid collisions.
- Shoot asteroids to destroy them.
- The longer you survive, the harder it gets!
- WASD: Move
- Spacebar: Shoot
-
Clone this repository:
git clone https://github.com/SylvainHu/asteroids -
Navigate to the project directory:
cd [your-project-name] -
Create a virtual environment:
python -m venv venv -
Activate the virtual environment:
source venv/bin/activate -
Install required dependencies:
pip install -r requirements.txt
- Make sure your virtual environment is activated
- Run the game:
python main.py
When you're done playing, you can deactivate the virtual environment:
deactivate