ITS A RANDOMLY GENERATED MAZE USE ARROWS FIND THE EXIT IT WILL RESET AND GENERATE A BIGGER MAZE - Random Exit places the exit on the spot furthest away from the start. - Special Rules changes the way the maze is generated. - Autopilot will find the exit automaticly.
I used a depth first algorithm from wikipedia to generate the maze https://en.wikipedia.org/wiki/Maze_generation_algorithm#Depth-first_search Update 4-4-2018: Thanks for all the nice comments :). I added some buttons for changing the settings.