Loops in maze (graph vs tree)
kobejohn opened this issue · 1 comments
kobejohn commented
From what I tried, there aren't loops in the maze. Does the algorithm you use generate a tree, or does it allow loops / a graph? Do you know of an easy way to make that possible? I may try it on a branch if you think it would not be too much work.
My child loves the mazes from this and I would like to make something a little different. Sorry to clutter your issue tracker with it.
daleobrien commented
Loops would be nice :)
It's based upon a tree, however I think it would be possible to add loops. You are welcome to branch and try.
I won't be able to look into it for a week though.