Click the flag, choose a size, and watch it make a maze! Note: after the maze is finished, the red square is the starting point and the green square is the end (always in center). The start is the farthest path it can be from the end. I just found a way to make it much faster! It was as simple as hide the sprite that was drawing the maze, and when it finished, showing it again! But still, run it here to make it faster: https://turbowarp.org/531009607 Perhaps you could remix and make it an actual game?
Notes: This project is my first project with a remix! Now has 4 different sizes! How it works is the generator starts in the middle, and it goes in random directions and puts paths there, and when it hits a dead end, it will go back along the path toward the center, and if it finds empty space, it will make a path there. Once it finds the center, the maze should be completed and the variables used are set up to be in the right position for the start to be in the farthest path from the end. Credits: Nothing