GitPedia

Pathfinding

Pathfinding on a real map anywhere in the world

From honzaap·Updated May 8, 2026·View on GitHub·

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

  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

Contributors

Showing top 1 contributor by commit count.

View all contributors on GitHub →

This article is auto-generated from honzaap/Pathfinding via the GitHub API.Last fetched: 6/26/2026