Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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! 🏎️💨"
- Host: GitHub
- URL: https://github.com/lakshyapachkhede/speed-racer
- Owner: Lakshyapachkhede
- License: mit
- Created: 2024-03-22T09:14:47.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T18:11:21.000Z (7 months ago)
- Last Synced: 2024-06-06T04:22:47.281Z (7 months ago)
- Topics: car-racing-game, project, pygame, python, racing-game
- Language: Python
- Homepage:
- Size: 37.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
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.