A fun Python mini-game built using the turtle
graphics library.
Bet on a turtle, watch them race, and see if your guess was right! 🎉
- Run the game.
- Enter the color of the turtle you want to bet on.
Options: red, blue, green, orange, purple, cyan - The turtles will start racing across the screen.
- If your turtle wins, you win the bet! 🏆
- Python 3.13.7 installed
turtle
library (comes with Python by default)random
library (comes with Python by default)
python turtle_race.py