A Python-based implementation of the classic arcade game Asteroids.
This project is a recreation of the Asteroids game using Python. The game involves controlling a spaceship in space, avoiding and destroying asteroids to score points.
- Player Controls: Use arrow keys to navigate the spaceship.
- Shooting Mechanism: Destroy asteroids to earn points.
- Scoring System: Keep track of the player's score.
-
Clone the repository:
git clone https://github.com/abdz-128/Asteroids.git
-
Navigate to the project directory:
cd Asteroids
-
Install the required dependencies:
pip install -r requirements.txt
To start the game, run the following command:
python main.py
assets/
: Contains game assets such as images and sounds.src/
: Contains the source code for the game.utils/
: Contains utility functions for the game.
This project is licensed under the MIT License. See the LICENSE file for more information.
- Email: [email protected]