random maze generator + depth first exit finder.

Monkey Forums/Monkey Code/random maze generator + depth first exit finder.

Jesse(Posted 2014) [#1]
I was looking at Gray Alien's maze generator and decide to modify my old blitzmax maze generator to work with Monkey:


it illustrates what the "Depth First" algorithm goes trough to find the exit.