Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.22 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.22 KB

Asteroids - Remastered

A Python-based implementation of the classic arcade game Asteroids.

Asteroids Game Screenshot

Overview

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.

Features

  • 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.

Installation

  1. Clone the repository:

    git clone https://github.com/abdz-128/Asteroids.git
  2. Navigate to the project directory:

    cd Asteroids
  3. Install the required dependencies:

    pip install -r requirements.txt

Usage

To start the game, run the following command:

python main.py

Project Structure

  • assets/: Contains game assets such as images and sounds.
  • src/: Contains the source code for the game.
  • utils/: Contains utility functions for the game.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

Contact