Skip to content

Implementation of the A* search algorithm, built in Python using the pygame module to visualise the pathfinding algorithm as it runs.

License

Notifications You must be signed in to change notification settings

bkrit/A-star-Pathfinding-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

A-star Pathfinding Visualiser

This is an implementation of the A* search algorithm, built in Python using the pygame module which helps to visualise the pathfinding algorithm as it runs. It allows you to pick the source and destination anywhere in the grid, place obstacles in between and visualise the entire process of finding the shortest path.

Requirements

  • Python 3
  • pygame

About

Implementation of the A* search algorithm, built in Python using the pygame module to visualise the pathfinding algorithm as it runs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages