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

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.

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