Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lakshyapachkhede/speed-racer

"Speed Racer: A thrilling Python-based racing game using Pygame. Dodge obstacles, race against opponents, and test your skills! 🏎️💨"
https://github.com/lakshyapachkhede/speed-racer

car-racing-game project pygame python racing-game

Last synced: about 1 month ago
JSON representation

"Speed Racer: A thrilling Python-based racing game using Pygame. Dodge obstacles, race against opponents, and test your skills! 🏎️💨"

Awesome Lists containing this project

README

        

**Speed Racer**

**Description:**
Speed Racer is a simple racing game developed using the Python programming language and the Pygame library. It offers an engaging gaming experience where players can race against computer-controlled opponents while dodging obstacles along the track.

**Features:**
- **Simple Controls:** Easy-to-use controls make it accessible for players of all ages.
- **Multiple Tracks:** Enjoy racing on various tracks with different difficulty levels.
- **Challenging AI:** Compete against computer-controlled opponents, each with their own unique racing style.
- **Obstacle Dodging:** Test your reflexes by avoiding obstacles scattered throughout the race track.
- **Scoring System:** Keep track of your progress with a scoring system that rewards skilled driving.

**Installation:**
1. Clone the repository:
```
git clone https://github.com/Lakshyapachkhede/Speed-Racer.git
```
2. Navigate to the project directory:
```
cd Speed-Racer
```
3. Install dependencies using pip:
```
pip install -r requirements.txt
```

**Usage:**
1. Run the game:
```
python main.py
```
2. Use the arrow keys to control your vehicle.
3. Dodge obstacles and outmaneuver opponents to reach the finish line.

**Contributing:**
Contributions to Speed Racer are welcome! If you'd like to contribute, please fork the repository and create a pull request with your changes.

**License:**
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

**Credits:**
- **Developer:** [Lakshya Pachkhede](https://github.com/Lakshyapachkhede)

**Acknowledgements:**
- Special thanks to the creators of Pygame for providing a powerful library for game development in Python.