Does anyone know where I can find a tutorial on random maze generation similar to this one: scirra.com/forum/tutorial-random-maze-generation-1-the-basics_topic36994.html
It seems that all the links I've tried on that thread are broken/old.
I've looked at several of the threads on random generation, and i've been able to do some tinkering myself, but I can't really get my head around randomly generating a maze with an array (specifically, how you record where the "miner" object that's knocking down walls has been).