Maze Generator with p5.js - Part 4

Coding Challenge #10.4

In the final part of the Maze Generator challenge, using p5.js, I cover the concept of a “stack” and how it’s going to help us generate a maze using the Depth-First Search Recursive algorithm