Generates a new labyrinth (maze) every time! Use the arrow keys or WASD to move the red dot to the green spot. R : To restart the level. N : To generate a new maze. T : Shows player trail for 5 seconds but adds 10 seconds to time. P : To pause the game (and timer). X : Quit the maze (returns to the level selection page)
Thanks to @lolwel21 for the clever algorithm. 2014-06-29: Fixed bug with plotting of trail. 2014-04-25: Fixed bug with initialisation of new user high score table. 2014-04-20: Added level selection page Added high score table Can now quit by pressing X 2014-03-28: Added player trail to help with the larger mazes. 2014-03-27: curated by @frodewin thanks! 2014-03-04: Now 6 levels. Updated: Smoothed the change between levels by adding an extra level. Added a very crude timing (will add high score table later). Changes to original: Re-engineered the maze generator to use data so that it builds faster. Added 4 levels of difficulty.