INSTRUCTIONS FOR USE. SCROLL ALL THE WAY DOWN: While not exactly required, it is highly recommended you use this program with turbo mode on. Shift+click the green flag to turn it on. White = Path Black = Wall Green = Starting point Red = Goal Click a square to make it a wall (black). Click it again to delete the wall. To move the starting point or goal, click on the one you wish to move (it should disappear), and then click on a white or black square to move it there. When your maze is ready, press the space bar. You might have to wait a moment. The program will highlight a possible path in blue. The highlighted path may not be the most efficient path, but likely is.
Unfortunately, no save codes in this version. Check out my first maze solver for save codes. https://scratch.mit.edu/projects/425521135/ The entire maze is generated with pen! My last maze solver had a problem with too many clones (since Scratch has a clone limit of 300) that hindered the solution-finding algorithm a bit. So, I worked around it by having the whole thing draw itself instead of using clones. Unfortunately, this meant I had to completely redo the save code function, and I just didn't have the time (or effort) to do it. I might add it one day, but don't count on it.