Skip to content

blahnikkai/advanced-maze-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advanced-maze-solver

https://blahnikkai.github.io/advanced-maze-solver/

Maze solver and generator for the browser

Solves mazes with breadth-first, depth-first, and A* search, displays path from start to end

Can generate mazes with a radomized form of depth-first traversal, Prim's algorithm, and Kruskal's algorithm

Users can create maze themselves or generate a maze and then edit it