mazinator 0.1.1

Command line tool to generate beautiful maze.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# mazinator
Command line tool to generate beautiful maze.

## Instructions

#### If Rust is not installed
Run `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`

#### Install crates and build
`cargo install mazinator`

#### Run
`mazinator [number of rows] [number of cols]`

<p align="center">
<img src="https://github.com/Vui-Chee/mazinator/blob/master/assets/maze-image-dark.png" height="500"/>
</p>