Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 443 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 443 Bytes

Maze

CLI to generate mazes using various algorithms

$ maze --algo btree --out examples/btree.gif 20 20

Binary tree maze algorithm

$ maze --algo sidewinder --out examples/btree.gif 20 20

Sidewinder maze algorithm

$ maze --algo aldous-broder --out examples/aldousbroder.gif 5 5
$ // smaller for a reason

Aldous Broder maze algorithm