Pathfinding
Pathfinding on a real map anywhere in the world
Map Pathfinding Visualizer Pathfinding algorithms visualized on a real map. Anywhere in the world. The project is written primarily in JavaScript, distributed under the MIT License license, first published in 2021. Key topics include: a-star-algorithm, dijkstra-algorithm, map, pathfinding, visualization.
<h1>Map Pathfinding Visualizer</h1>
<p>Pathfinding algorithms visualized on a real map. Anywhere in the world.</p>
<p align="center">
<img alt="GitHub" src="https://img.shields.io/github/license/honzaap/Pathfinding"/>
<img alt="GitHub" src="https://img.shields.io/github/stars/honzaap/Pathfinding"/>
</p>
<h2 align="center">
<a href="https://honzaap.github.io/Pathfinding">
<b>Try it out!</b>
</a>
</h2>
https://github.com/honzaap/Pathfinding/assets/58147774/1a5e5c50-5e13-4738-b67a-2015631906ee
Installation
- Clone repository to your local machine
- Open terminal and
cdinto repository folder - Run
npm install - Run
viteornpm run dev
Available algorithms
- A* algorithm
- Greedy algorithm
- Dijkstra's algorithm
- Bidirectional Search algorithm
Contributors
Showing top 1 contributor by commit count.
This article is auto-generated from honzaap/Pathfinding via the GitHub API.Last fetched: 6/26/2026
