Turtle Race (Python Graphics Game)
Developed a simple racing game using Python's `turtle` graphics library. Multiple turtles, each with a different color, race across the screen. The user bets on which turtle will win, and the turtles move forward by random distances, creating an unpredictable race.
Check Out Repository