Skip to content

Files

Latest commit

 

History

History

maze

mazelib

A Python API for creating and solving mazes. -- WORK IN PROGRESS

A quick introduction in how to use this library.

Examples of how to generate and solve some unique, tailored mazes. Also, examples of how to plot your results.

Maze Algorithms

The heart of this library is the huge collection of algorithms available to create and solve mazes. The better you understand these, the more you can do with this library.