Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 397 Bytes

File metadata and controls

12 lines (10 loc) · 397 Bytes

PathFinding-Simulation

A visual simulation depicting the working of the A* Pathfinding algorithm

Requirements

  • pygame module

Instructions

  • Program starts with blank canvas
  • Left click to place start block, end block, and barriers.
  • Right click to erase already placed blocks.
  • Once you're ready, press space to watch the algorithm in action.
  • Press Enter to reset the canvas