Skip to content

edabot/mazes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

9 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages