Skip to content

alesbe/js-pathfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

37 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

JS Pathfinder πŸ€–πŸ”

Quick sort gif
Unsolved
Bubble visualizer
Solved

πŸ’­ What is this project?

This is a Pathfinder algorithm visualizer. If you're interested in learning more about this I recommend this wikipedia article, but basically, there are some algorithms that can be used to find the most optimal path between two nodes. This visualizer allows you to setup some nodes in a grid and build some obstacles, and let the program calculate the most optimal path. For now, only implements the A* Search Algorithm, but I'll add more in the future!

🧠 Usage

  • Select an algorithm
  • Draw Starting and Target nodes
  • Draw Wall nodes
  • Press Visualize!

πŸ“Š Implemented algorithms