Algorithm to generate a segment maze

Posted by rlbond on Stack Overflow See other posts from Stack Overflow or by rlbond
Published on 2010-04-15T00:29:31Z Indexed on 2010/04/15 0:33 UTC
Read the original article Hit count: 441

Filed under:
|
|

I want to generate a maze that looks like this: alt text

That is, it consists of paths in one direction that are then connected. I have looked for an algorithm to generate mazes like this without success.

© Stack Overflow or respective owner

Related posts about maze

Related posts about language-agnostic