Skip to content

tuzepoito/maze-generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze Generation

This is an interactive example of different maze generation algorithms in JavaScript.

They are based on graph theory, more specifically algorithms that generate minimum spanning trees and are adapted to generate mazes, by considering the graph as a square grid of points connected by edges of random weights.

So far, the algorithms at display are:

You can view them online at https://tuzepoito.github.io/maze-generation/ .

About

Maze-generating algorithms in JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published