Mazes
A selection of maze generators based on Mazes for Programmers by Jamis Buck. Written in Python. Exported as ASCII and SVG
Install / Use
/learn @edabot/MazesREADME
mazes
A group of maze generators based on the book Mazes for Programmers: Code Your Own Twisty Passages, by James Buck. Mazes are displayed in ASCII and output as svg files.
These algorithms use random and svgwrite
Binary Tree
python3 binary_tree_demo.py

Sidewinder
python3 sidewinder_demo.py

Hunt and Kill
python3 hunt_and_kill_demo.py

Recursive Backtracker
python3 recursive_backtracker_demo.py
![]()
Colored grid to show distances
python3 coloring.py

Circle Maze
python3 circle_maze.py

