Skip to content

hugh5/pathfinding-visualiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze Generator and Pathfinding Visualiser

Demo: https://hugh5.github.io/pathfinding-visualiser/

Maze Generator

Algorithms Implemented:

  • Recursive Backtracking
  • Recursive Division
  • Prim's Algorithm
  • Kruskal's Algorithm
  • Random
    • The walls of the maze are removed at random
  • Cyclic Recursive Backtracking
    • A variant of the recursive backtracking algorithm that allows for cycles in the maze (and thus multiple paths) by randomly choosing walls to remove when backtracking.
  • Simple Wall
    • A blank maze with a single wall in the middle
  • None
    • A blank maze with no walls

Search Algorithms

Algorithms Implemented:

References

License

MIT © Hugh5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published