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
python3 binary_tree_demo.py
python3 sidewinder_demo.py
python3 hunt_and_kill_demo.py
python3 recursive_backtracker_demo.py
python3 coloring.py
python3 circle_maze.py