Skip to content

Python program for drawing mazes based on Voronoi diagrams

Notifications You must be signed in to change notification settings

mjdominus/voronoi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Concept:

  1. The input is a set of points, say in a rectangular array.
  2. Construct the voronoi diagram with those points as sites
  3. Randomly open doors between adjacent cells to make a maze
  4. Render

About

Python program for drawing mazes based on Voronoi diagrams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages