Randomly simulated turtle race.
The turtles race across the screen, with the first one to reach the right side being declared the winner.
You will need the following software to run the Turtle Race:
To get started with the Turtle Race, follow these steps:
- Clone the repository:
git clone https://github.com/resole79/turtle_race.git
- Run the main.py file:
python main.py
- main.py: Main program.
Ask the user to input:
-
Which turtle will win the race
-
Color of turtle
color = ["red", "orange", "yellow", "green", "blue", "purple"]
Author : Emilio Reforgiato (resole79)