Skip to content

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

Notifications You must be signed in to change notification settings

GrandMoff100/Mazes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages