Skip to content

EdmundKorley/mazes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze Generation Algorithms

  • Depth First Search + Backtracking
  • Randomized Kruskal's Algorithm
  • Randomized Prim's Algorithm
  • Recursive Division Method
  • Cellular Automaton

A maze generated with Krusal's algorithm

A maze generated with a randomized version of Krusal's algorithm.