Skip to content
/ Pathfind Public

A pathfinding program to visualize various pathfinding algorithms

Notifications You must be signed in to change notification settings

jixsu/Pathfind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A pathfinding tool that helps visualize algorithms as they look for the paths to reach the destination. I was inspired to create this tool after learning about Dijkstra's algorithm.

(important) Only Dijkstra and A* algorithms is available at the moment, but more algorithms will be added in the future!

The visualization tool can be found here: https://jixsu.github.io/Pathfind/

Quick Guide:

  • Select algorithm along top menu (only Dijkstra's available at the moment)
  • Click Visualize to see it in action!
  • Addons can be selected on top menu
  • Addons can be added by left clicking (and dragging) on the board
  • Right click to remove addon
  • Board must be cleared or reset before making any changes

About

A pathfinding program to visualize various pathfinding algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published