Maze Generator with p5.js - Part 3

Coding Challenge #10.3

In part 3 of the Maze Generator challenge, using p5.js, I cover steps 3 and 4 of the recursive backtracker algorithm to generate a maze: Removing walls and marking current cell as visited.