This project is part of an exercise to practice Object-Oriented Programming (OOP) concepts. It's based on a guided project from Boot.dev.
Asteroids is a classic arcade-style game where you control a spaceship navigating through space while avoiding asteroids.
- Clone the repository to your local machine:
git clone https://github.com/dimitrisLivanas/asteroids.git
- Navigate to the project directory:
cd asteroids
- Install the required dependencies:
pip install pygame
- Run the game:
python3 main.py
- Use
W
to move forward. - Use
S
to move backward. - Use
A
to turn left. - Use
D
to turn right.
There are no specific guidelines for contributing at this moment.
This project is not currently licensed.