Skip to content

A python based visualizer for A* pathfinding algorithm.

Notifications You must be signed in to change notification settings

Aftaab25/AStarPathfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

A-Star Pathfinder

A python based visualizer for A* pathfinding algorithm.

Before using A* Algorithm

Select the start and end point by clicking any of the box in the grid. (First click corresponds to the start point and the Second click corresponds to the end point)

Then click anywhere in the grid to draw obstacles in the path that the algorithm has to avoid.

Before Image

Press Space to start the visualization of the algorithm and see the result (the shortest path possible) drawn by the algorithm.

Result Path by the A* Algorithm

Result Image

Press Enter to clear the grid and draw new maps to play with.

Releases

No releases published

Packages

No packages published

Languages