https://github.com/pranjalco/turtle-racing-intermediate
Turtle Racing is a fun game using Python's turtle and random modules. Six colorful turtles race to the finish line, and players bet on a turtle's color. If their choice wins, they win! Turtles start aligned on the x-axis, with varying y-positions and random speeds, making each race unpredictable and exciting.
https://github.com/pranjalco/turtle-racing-intermediate
game-development intermed logic-programming programming python random turtle user-interaction
Last synced: about 1 year ago
JSON representation
Turtle Racing is a fun game using Python's turtle and random modules. Six colorful turtles race to the finish line, and players bet on a turtle's color. If their choice wins, they win! Turtles start aligned on the x-axis, with varying y-positions and random speeds, making each race unpredictable and exciting.
- Host: GitHub
- URL: https://github.com/pranjalco/turtle-racing-intermediate
- Owner: pranjalco
- License: mit
- Created: 2025-01-08T07:12:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-16T15:38:21.000Z (over 1 year ago)
- Last Synced: 2025-03-16T16:35:22.567Z (over 1 year ago)
- Topics: game-development, intermed, logic-programming, programming, python, random, turtle, user-interaction
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Turtle Racing
Turtle Racing is a fun Python game using the `turtle` and `random` modules. Players bet on a turtle's color, and the race outcome is determined by randomized movements.
## Author
Pranjal Sarnaik
## Features
- Six colorful turtles race with random speeds.
- User can place a bet on a turtle's color.
- Random movement ensures unpredictable race results.
- Displays the winning turtle at the end.
- Simple instructions provided at the start.
## Tech Stack
Intermediate | Python | Turtle Module | Random Module | User Interaction | Logic Implementation | Game Development
## How to Run
1. Clone the repo:
```bash
git clone https://github.com/pranjalco/turtle-racing-intermediate.git
2. Run:
```bash
python app.py
**Created by Pranjal Sarnaik**
*© 2024. All rights reserved.*