Generating Labyrinths in Processing

Nikolaus Gradwohl2011-04-23T15:33:23+00:00

I wrote a processing-sketch that generates labyrinths. It uses a simple recursive algorithm described here to generate the maze.

The + and - keys can be used to change the maze-size, any other key generates a new maze.

click here to generate some labyrinths or get the source-code

maze

read more ...