Skip to content

dtomschitz/pathfinding-playground

Repository files navigation

Pathfinding Playground

The projects aim was to create an simplified tool for visualizing various path finding algorithms in the browser using Angular as the framework of choice. You can currently choose between the following algorithms for experminting:

  • A* Algorithm
  • Dijkstra's Algorithm
  • Breadth-First Algoritm

Try it out for yourself under https://davidddo.github.io/pathfinding-playground/ or run it locally via the ng serve command.