Pathfinding icon indicating copy to clipboard operation
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.

GitHub GitHub

Try it out!

https://github.com/honzaap/Pathfinding/assets/58147774/1a5e5c50-5e13-4738-b67a-2015631906ee

Installation

  1. Clone repository to your local machine
  2. Open terminal and cd into repository folder
  3. Run npm install
  4. Run vite or npm run dev

Available algorithms

  • A* algorithm
  • Greedy algorithm
  • Dijkstra's algorithm
  • Bidirectional Search algorithm