# 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>