Skip to content

Visualizer for Dijkstra's Algorithm and A* Search pathfinding in a 2D grid. Heavily inspired by Clement's version, but coded from scratch to test my own ability!

License

Notifications You must be signed in to change notification settings

TorjeAmundsen/pathfinding-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pathfinding-visualizer

Check out the webapp here: https://torjeamundsen.github.io/pathfinding-visualizer/

Visualize either Dijkstra's Algorithm or A*!

Draw your own walls/obstacles to pathfind around!

chrome_hqaCqNmCtU

Real time path recalculation when moving start/end nodes or drawing walls!

chrome_k2MbIM5sSg

No libraries used, only TypeScript (for my own sanity)!

Code_9MOemvJ2Zj

About

Visualizer for Dijkstra's Algorithm and A* Search pathfinding in a 2D grid. Heavily inspired by Clement's version, but coded from scratch to test my own ability!

Resources

License

Stars

Watchers

Forks