# Install with pip from pypi
$ pip install mazes
# Or from source on github
$ pip install git+https://github.com/GrandMoff100/Mazes.git
$ mazes
Usage: mazes [OPTIONS] COMMAND [ARGS]...
Makes and solves some mazes!! Mazes generated are saved in
~/.mazes
Options:
--help Show this message and exit.
Commands:
generate Generates mazes using the recursive backtracker...
list Lists the maze files that are saved in ~/.mazes
show Displays the maze content of maze files
solve Solves mazes that are generated.