Turtle Race Game (Python)
A fun and interactive Python turtle graphics game where multiple turtles race to the finish line.
The user selects how many racers will compete, and each turtle moves randomly until a winner is determined.
Features
- Choose number of racers (2–10)
- Random turtle movement for unpredictable races
- Unique color for each racer
- Graphical interface using Python's turtle module
- Automatically determines and displays the winner
Technologies Used
- Python 3
turtle(graphics)random(for movement randomness)time(for delays)