Skip to content

Commit 5730963

Browse files
committed
addition/Readme file added
1 parent 5537150 commit 5730963

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

README.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Asteroids - Remastered
2+
3+
A Python-based implementation of the classic arcade game **Asteroids**.
4+
5+
![Asteroids Game Screenshot](assets/readme/image.png)
6+
7+
## Overview
8+
9+
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.
10+
11+
## Features
12+
13+
- **Player Controls:** Use arrow keys to navigate the spaceship.
14+
- **Shooting Mechanism:** Destroy asteroids to earn points.
15+
- **Scoring System:** Keep track of the player's score.
16+
17+
## Installation
18+
19+
1. Clone the repository:
20+
```bash
21+
git clone https://github.com/abdz-128/Asteroids.git
22+
```
23+
24+
2. Navigate to the project directory:
25+
```bash
26+
cd Asteroids
27+
```
28+
29+
3. Install the required dependencies:
30+
```bash
31+
pip install -r requirements.txt
32+
```
33+
34+
## Usage
35+
To start the game, run the following command:
36+
```bash
37+
python main.py
38+
```
39+
40+
## Project Structure
41+
- `assets/`: Contains game assets such as images and sounds.
42+
- `src/`: Contains the source code for the game.
43+
- `utils/`: Contains utility functions for the game.
44+
45+
## License
46+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.
47+
48+
49+
## Contact
50+
- **Email:** [email protected]
51+

assets/readme/image.png

1.33 MB
Loading

0 commit comments

Comments
 (0)