Turtle Racing
This is a turtle racing app. Your goal is to choose a colour of turtle and root for it to win.
It requires a GUI interface to work, therefore, it will not be able to be played on this website. You can download the .exe file (created with "Pyinstaller Library") CLICKING HERE or download all the python files in the game RESPOSITORY and execute it in your personal code editor.
The example of the game working is displayed in the Game Video Example and its rules right after that.
Game Video Example
Game Rules
- The rules for the game are very simple:
- The turtles will wall by random paces aiming the finish line (right wall).
- The game ends once any turtle reaches the right wall.
- If the turtle you chose arrived first you win, otherwise you lose.