Skip to content

Catacola/total_distance_maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Generate a maze on a 2D grid using Prim's algorithm. We first generate all edges with random weights and then draw the maze edge by edge. Each node is colored by its distance from the randomly chosen start node.

For Processing

About

Generate a maze using Prim's Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages