☛ Click the green flag to generate a maze. ☛ Click the stage to show/hide the sliders. Animation modes: 0 = No animation 1 = Path generation animated
First, be sure to read the Notes and Credits in the first version, "Circle Maze (Wall Breaking)": https://scratch.mit.edu/projects/1163868164 - - - DIFFERENCES - - - This version is similar to the wall-breaking version in that it draws the path with a white Pen, but it does so on a black backdrop instead of on top of a polar grid. This way of rendering a maze is often referred to as "carving" a path, as if you were carving a path through solid rock or something. Another difference is that I rewrote the maze generation code using recursion. I have added comments and example code inside.