Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 655 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 655 Bytes

PathfindingVisualiser

This A* Pathfinding algorithm that finds the closest path between 2 points.

For Windows

  1. Press LEFT CLICK to select the start and end point.
  2. Then RIGHT CLICK to build a barrier on the board.
  3. Press RIGHT CLICK to remove objects.
  4. Press SPACE to run the algorithm.
  5. Press C to clear the board.

For Macbook

  1. Press LEFT CLICK to select the start and end point.
  2. Then LEFT CLICK to build a barrier on the board.
  3. Press RIGHT CLICK to remove objects.
  4. Press SPACE to run the algorithm.
  5. Press C to clear the board.