Skip to content

decision-labs/Pathfinding

 
 

Repository files navigation

Map Pathfinding Visualizer

Pathfinding algorithms visualized on a real map. Anywhere in the world.

GitHub GitHub

readme.mp4

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

About

Pathfinding on a real map anywhere in the world

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.0%
  • SCSS 8.1%
  • HTML 2.9%