Created from FormIt Plugin Playground
Create a maze inside FormIt!
Credit goes to Daniel Shiffman at http://codingtra.in for demonstrating the recursive backtracking method using p5.js. The 1st iteration of the generator algorithm can be seen in operation here. To render the walls, the lines needed to be given width. The p5.js operation of this can be seen here. Finally, the p5js line calls needed to be converted to FormIt JS API calls.