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
- Host: GitHub
- URL: https://github.com/honzaap/pathfinding
- Owner: honzaap
- License: mit
- Created: 2021-04-09T18:37:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-07T21:10:40.000Z (over 1 year ago)
- Last Synced: 2025-03-30T16:12:27.070Z (3 months ago)
- Topics: a-star-algorithm, dijkstra-algorithm, map, pathfinding, visualization
- Language: JavaScript
- Homepage: https://honzaap.github.io/Pathfinding/
- Size: 14.8 MB
- Stars: 357
- Watchers: 5
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Map Pathfinding Visualizer
Pathfinding algorithms visualized on a real map. Anywhere in the world.
![]()
![]()
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