Skip to content

gbrlfrc/MazeGeneration-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MazeGeneration-Algorithm

Based on Graphs Theory the DFS algorithm, in particular the Randomized DFS algorithm, can be used to generate mazes in a grid of cells, each with four walls; the DFS inspects each cell and removes the appropriate walls between two cells.

MazeGeneration

About

A maze generation using randomized DFS algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published