Skip to content

dimitrisLivanas/asteroids

Repository files navigation

Asteroids Game

This project is part of an exercise to practice Object-Oriented Programming (OOP) concepts. It's based on a guided project from Boot.dev.

Description

Asteroids is a classic arcade-style game where you control a spaceship navigating through space while avoiding asteroids.

Installation

  1. Clone the repository to your local machine:
    git clone https://github.com/dimitrisLivanas/asteroids.git
  2. Navigate to the project directory:
    cd asteroids
  3. Install the required dependencies:
    pip install pygame
  4. Run the game:
    python3 main.py

How to Play

  • Use W to move forward.
  • Use S to move backward.
  • Use A to turn left.
  • Use D to turn right.

Contributing

There are no specific guidelines for contributing at this moment.

License

This project is not currently licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published