Find the Exit!
Maze Game
Draw your own maze, collect a key to unlock the exit door, and escape before the timer runs out โ across three levels of increasing difficulty!
Draw your own maze, collect a key to unlock the exit door, and escape before the timer runs out โ across three levels of increasing difficulty!
Draw a maze backdrop with blue walls and a black background. The player detects touching blue to bounce back.
Add a small player sprite that starts in the maze's start gap.
The player moves with arrow keys. Touching the blue wall colour reverses the last move so the player can't pass through walls.
Place a key sprite inside the maze. Collecting it sets a HasKey variable to 1.
Place a door at the maze exit. It only lets the player through if HasKey = 1.
A 60-second timer counts down. Running out of time sends the player back to the start.
Draw a second maze backdrop with tighter corridors and a shorter timer for more of a challenge.
Create the final level a devious maze with only 30 seconds on the clock.
Add atmosphere with sounds a jingle when collecting the key and tense background music.
Add a title backdrop with a "Click to Play" message before the maze begins.
Play through all 3 mazes, check everything works, then share it for others to try!