Pathfinding
Pathfinding copied to clipboard
Pathfinding on a real map anywhere in the world
Map Pathfinding Visualizer
Pathfinding algorithms visualized on a real map. Anywhere in the world.
Try it out!
https://github.com/honzaap/Pathfinding/assets/58147774/1a5e5c50-5e13-4738-b67a-2015631906ee
Installation
- Clone repository to your local machine
- Open terminal and
cdinto repository folder - Run
npm install - Run
viteornpm run dev
Available algorithms
- A* algorithm
- Greedy algorithm
- Dijkstra's algorithm
- Bidirectional Search algorithm