Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 799 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 799 Bytes

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