Maze Extension Project: Timer


To increase the difficulty of our game, we can add a variable called a timer.

A variable in programming is a container that holds information. You can think of a variable as a box that contains something.

In this case our variable will be called Timer. This timer will reset to zero and send the player back to start once the timer has counted to a specific number.