Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dcoxall/maze

Rust CLI for maze generation
https://github.com/dcoxall/maze

cli maze maze-generator

Last synced: 16 days ago
JSON representation

Rust CLI for maze generation

Awesome Lists containing this project

README

        

# Maze

> CLI to generate mazes using various algorithms

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

![Binary tree maze algorithm](/examples/btree.gif)

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

![Sidewinder maze algorithm](/examples/sidewinder.gif)

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

![Aldous Broder maze algorithm](/examples/aldousbroder.gif)