This program creates and then solves a maze! It was made as part of the boot.dev curriculum.
- Sufficiently large mazes just crash due to recursion limit. I could fix this, but it would require a significant change to the maze creation algorithm. So that's a problem for future Ash.
- It's not exactly interactive. Right now this is sort of a glorified screensaver. At some point I'll add a screen for "what size maze do you want" and manual solving with WASD or something, but that's also a future Ash problem.