Random Maze Generator

von gringer

Druckbare Dateien (2)

Beschreibung

Python script to generate a random 2D maze of any size using Eller's Algorithm. The output is an OpenSCAD array definition with blanks and walls represented as 0 and 1 respectively.

For more information on Eller's Algorithm see here:
http://weblog.jamisbuck.org/2010/12/29/maze-generation-eller-s-algorithm

Tags