An open API service indexing awesome lists of open source software.

https://github.com/honzaap/pathfinding

Pathfinding on a real map anywhere in the world
https://github.com/honzaap/pathfinding

a-star-algorithm dijkstra-algorithm map pathfinding visualization

Last synced: 2 months ago
JSON representation

Pathfinding on a real map anywhere in the world

Awesome Lists containing this project

README

        

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