Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cyberfantics/turtle-race


https://github.com/cyberfantics/turtle-race

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Turtle Race Game

This is a fun Turtle Race game developed using Python's turtle module. Players can place bets on which turtle they think will win the race. The game features colorful turtles racing across the screen.

## How to Play

1. When you run the game, a prompt will appear asking you to bet on which turtle will win the race.
2. Enter the color of the turtle you think will win (options: red, green, orange, blue, yellow).
3. Watch the race to see if your chosen turtle wins!

## Installation

1. Clone the repository:
```bash
git clone https://github.com/cyberfantics/turtle-race.git
```
2. Navigate to the project directory:
```bash
cd turtle-race
```
3. Ensure you have Python installed. You can download it from [python.org](https://www.python.org/).

4. Run the game:
```bash
python main.py
```

## Files

- `main.py`: The main script that runs the game.

## Developer

Developed by Syed Mansoor ul Hassan Bukhari.

## License

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

## GitHub Repository

For more details, visit the GitHub repository: [Turtle Race Game](https://github.com/cyberfantics/turtle-race)