Generate a completely unique, random maze. Once it's finished, a character will appear, and you can try to complete the maze with the arrow keys! (You're the little dot at the bottom of the screen! How it works: The generator will draw a path to a random square adjacent to it that has not been drawn over already. If there are no empty squares available to move to, the generator will backtrack until it finds one.
This version is far more likely to go left or right then up or down. You can see the difference between the two mazes, as this one produces more horizontal lines. It's a lot slower, however. If you liked this, go check out the original: https://scratch.mit.edu/projects/219455474/