This program uses the "recursive backtracking algorithm" for generating a maze. A description of this algorithm can be found here: http://weblog.jamisbuck.org/2010/12/27/maze-generation-recursive-backtracking After the maze is done, a bot solves it.
This is the remix of the original project (Recursive Backtracking Algorithm) by AISweigart. Now, the program makes and SOLVES the maze. The goal is now an apple. ACTIVATE TURBO MODE!