Map Makin’ Ain’t Easy
Writing an algorithm to make a random maze is pretty annoying. Especially when you want the maze to come out a certain way. There’s a lot of backtracing involved.
To give it a more open feel, I’ve decided to overlay two separate mazes on top of each other. Let’s hope this works.