Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 587 Bytes

File metadata and controls

9 lines (9 loc) · 587 Bytes

A* Pathfinding Algorithm

How to use:

  • Download the ".exe". Here
  • Select a button from the side panels.
  • Select a node from the Grid (default is 10x10 because of rendering issues that arises beyond that).
  • Repeat for any of the selections made in the menu.
  • Click "Visualise" (provided that the "Start" & "End" nodes were selected in the grid.
  • Hover around the highlighted path (if there is one) to see how the Algorithm visitied its neighbouring nodes to get to the final step.
  • Clear the grid and repeat!