Help the mouse to find all the coins in the maze. You are keeping track of where you are with a tree. Every time you encounter an intersection, you create a new branch in the tree. What is your favorite tree traversal method? Press the flag for a brand new randomly generated maze!
This project was made after watching https://www.youtube.com/watch?v=cZPXfl_tUkA&t=0s with intention of being added as an example in the Arcane Algorithm Archive https://leios.gitbooks.io/algorithm-archive/ The algorithm I used to make the maze was (fittingly enough) the Depth-first search generation described here https://en.wikipedia.org/wiki/Maze_generation_algorithm