This is a simple turtle racing game built with Python's turtle
module. The game prompts the user to input the number of racers (between 2 and 10), and then randomly assigns colors to the turtles. The turtles race across the screen, with the first one to reach the top being declared the winner.
- Clone the repository:
- Via HTTPS:
git clone https://github.com/AlzyWelzy/turtle-racing.git
- Via SSH:
git clone git@github.com:AlzyWelzy/turtle-racing.git
- Navigate to the cloned directory:
cd turtle-racing
- Run the
main.py
file:python main.py
- Enter the number of racers when prompted
- Watch the race!
This game requires Python 3 and the turtle
module.
This project is licensed under the AGPL license. See the LICENSE
file for more information.
If you'd like to contribute to this project, feel free to submit a pull request.