Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 944 Bytes

README.md

File metadata and controls

62 lines (39 loc) · 944 Bytes

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

binary_tree

Sidewinder

python3 sidewinder_demo.py

sidewinder

Hunt and Kill

python3 hunt_and_kill_demo.py

hunt_and_kill

Recursive Backtracker

python3 recursive_backtracker_demo.py

recursive_backtracker

Colored grid to show distances

python3 coloring.py

coloring

Circle Maze

python3 circle_maze.py

polar_maze