So, yesterday I made a cool procedurally generated maze algorithm that uses backtracking. It works for any size, but the bigger it is the longer it takes. I hope you like it!
Seed 1678651358 with size x and y 25 fails to make a maze with an exit. This has happened multiple times with other seeds. I’m gonna see if I can figure out why.
I also made my own maze generator [that also used the depth-first search algorithm] some time ago. I needed to remake the whole script a few times but it worked perfectly at the end. Screenshot: