Pathfinding algorithms visualized on a real map. Anywhere in the world.
readme.mp4
- Clone repository to your local machine
- Open terminal and
cdinto repository folder - Run
npm install - Run
viteornpm run dev
- A* algorithm
- Greedy algorithm
- Dijkstra's algorithm
- Bidirectional Search algorithm