Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 583 Bytes

File metadata and controls

18 lines (11 loc) · 583 Bytes

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)