Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

A* Pathfinding Algorithm 🌟

Implemented with pygame, this script will find the shortest distance between two nodes using A* Algorithm 🎮

Instructions/ Keys Functionalities :

  • Left Click to add start and end nodes

  • Right Click to remove the nodes

  • Space Bar to start finding the shortest distance

  • 'C' to clear and reset the grid

Requirements:

pip install pygame

ss

By Susnata Goswami(https://github.com/proghead00)