proghead00 / A-Star-Pathfinding-Algorithm

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%