Turtle Race Setup Instructions Clone my repository by running git clone https://github.com/modiprabal/turtle-race.git. Install Turtle Library by running sudo apt install python3-tk. Install python dependencies using pip install -r requirements.txt. Game Instruction Start building tracks and racers by running python3 Turtle_race.py To start race, press k once the race is finished, to restart press r. If you want to add new features, you can subit a pr and I will be happy to review it.