Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 841 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 841 Bytes

mz2

Experiments in maze generators. Inspired by reading Mazes for Programmers

How to use

Browse the source to look at interesting ways to generate mazes

Command line?

Yes, there is a terminal only interface to it.

Generate static images

Specify -d out/out.png to write the generated mazes to a png file.

Is it good?

Yes