Mazes

Generates and solves rectangular mazes in the terminal. Comes with Python API.


Install
pip install Mazes==0.2.1

Documentation

Mazes

Examples

Installation

# Install with pip from pypi
$ pip install mazes

# Or from source on github
$ pip install git+https://github.com/GrandMoff100/Mazes.git

Usage

$ 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.