Turtle Cross the Street Game

Turtle Cross the Street Game

This is a Cross the Street Game App. Your goal is to move the turtle using the keyboard arrows in order to reach the other side of the road, avoiding the obstacles.

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 all python's raw files required to build 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:
    • Each time you succeed crossing the street, you gain a point and the turtle goes back to the start position so you can try again but with faster obstacles.
    • The game ends once you bump into any obstacle.