Nillad0515 / mazelib

A Python library for creating and solving mazes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mazelib

Build Status codecov

A Python API for creating and solving mazes.

The mazelib API

A quick introduction in how to use this library.

Display Examples

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.

Maze-Generating Algorithms

Maze-Transmuting Algorithms

Maze-Solving Algorithms

About

A Python library for creating and solving mazes.

License:GNU General Public License v3.0


Languages

Language:Python 99.4%Language:Makefile 0.6%