https://github.com/dcoxall/maze
Rust CLI for maze generation
https://github.com/dcoxall/maze
cli maze maze-generator
Last synced: about 2 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-30T20:17:27.000Z (almost 6 years ago)
- Last Synced: 2025-01-15T01:03:27.597Z (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

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

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