Skip to content
/ mazes Public

A selection of maze generators based on Mazes for Programmers by Jamis Buck. Written in Python. Exported as ASCII and SVG

Notifications You must be signed in to change notification settings

edabot/mazes

Repository files navigation

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

About

A selection of maze generators based on Mazes for Programmers by Jamis Buck. Written in Python. Exported as ASCII and SVG

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages