Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dcoxall/maze
- Owner: dcoxall
- License: apache-2.0
- Created: 2019-06-23T21:11:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-30T20:17:27.000Z (over 5 years ago)
- Last Synced: 2024-11-14T23:13:38.033Z (3 months ago)
- Topics: cli, maze, maze-generator
- Language: Rust
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)