A simple maze generator generating a 10x10 grid maze using the Aldous-Broder algorithm.
This algorithm is comically inefficient, due to the iterator choosing random paths to draw the maze at all times.
This often leads to situatios, where it takes several minutes for the iterator to bump into the final cell.
Try the generator here
The algorithm is described on Wikipedia
