A* Pathfinding Demo




Legend


  • Open
  • Closed
  • Begin
  • End
  • Opened Set
  • Closed Set
  • Path

Stats

  • Path nodes: 0
  • Closed nodes: 0
  • Checked nodes: 0



Tile Stats Overview

F = Calculated Total
Sum of the heuristic (H) and current step cost (G)
G = Step Cost
Total number of steps required to walk here from the start tile.
H = Heuristic Estimate
Heuristic uses Manhattan distance. Measures distance from current tile to the goal.
F G H