pathfinding

May 31, 2025
1 min read
repo / demo

A simple visualizer for commonly used pathfinding algorithms for educational purposes. Most of the algorithms details can be found in the their respective Wikipedia pages.

image

Algorithms available

  • BFS
  • DFS
  • Dijkstra
  • A*
  • Beam
  • Greedy

Features

  • Path and map exploration visualization
  • Random map generation
  • Interactive maze
  • More algorithms to come (TODO)
  • Maze generation algorithms (TODO)