Maze Runner Game

Maze Runner Image

This is a project I helped code to get a random maze to generate. Once the maze is finished the player has to navigate the maze runner to one of the four exits of the maze. You use the arrow keys to change your direction and the g key to move forward. There is a timer to let you see how fast you can solve the maze. The toughest part of this project was getting the program to draw the barriers to create the dead ends and paths of the maze. This project was created with python turtle. The turtles draw them maze and the timer, but we made them invisible to make it seem like the maze is coming out of nowhere. Once you are a certain distance outside the maze the timer will stop and tell you what your run time was.