#10 — Maze Generator
Choo choo! In this multi-part coding challenge, I create a maze generator using a depth-first search algorithm with recursive backtracking. The idea is to walk through a grid of cells, removing walls as we go to build a maze.
- Algorithm for Maze Generators on Wikipedia. 
- Livestream with 3D Solar System and Maze Generator 
- Editingby Mathieu Blanchette 
- Animationsby Jason Heglund 
