Use the arrow keys to guide the player to the X and solve the maze as fast as you can. This project uses a programming concept called RECURSION to generate the maze. RECURSION is when a function calls itself.
Based on tutorial by griffpatch: https://www.youtube.com/watch?v=22Dpi5e9uz8 Used as activity for for CoderDojo Nelson. Different player movement in this version - player moves only on grid and includes acceleration.