Maze Generator Variant - Alpha

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
by Mathieu Blanchette
by Jason Heglund
The Showcase is collection of projects created by viewers like you!
Have you made something? Please share your work!
Suggested by the video you're watching
Straight out of quantum mechanics, Wave Function Collapse is an algorithm for procedural generation of images. In this video (recorded over 3 live streams) I attempt the tiled model and explore a variety of solutions to the algorithm in JavaScript with p5.js. Also, check out WFC's predecessor: Model Synthesis (more info below).