Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 364 Bytes

readme.md

File metadata and controls

13 lines (9 loc) · 364 Bytes

A* Pathfinding Algorithm⭐

The algorithm is implemented in Python🐍

Pre-requisites

Basics of Data Structures in Python🚀

Requirements

  1. Python (3.x)

For Visualization

📝 Pygame: A cross platform python module which includes computer graphics and sound libraries designed to be used with Python.

You can install pygame by: pip install pygame