decision-labs / Pathfinding

Pathfinding on a real map anywhere in the world

Home Page:https://honzaap.github.io/Pathfinding/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://honzaap.github.io/Pathfinding/

License:MIT License


Languages

Language:JavaScript 89.0%Language:SCSS 8.1%Language:HTML 2.9%