Skip to content

utkarsh4tech/A_star_pathvisualizer

Repository files navigation

A Star Path visualiser

This is a Python based visualisation tool used to simulate the very famous and important A* path finding algorithm.

I have used Pygame and Python to make this app.


Project Structure:

.
├── algorithms.py
├── a_star.py
├── colors.py
├── grid_utility.py
├── localrun.sh
├── localsetup.sh
├── node.py
├── README.md
└── requirements.txt

Running the game:

Prerequisites:

  • Python3
  • Pip3

If you are a Linux user, follow the following steps:

  1. Open terminal at the location where the : a_star.py file is present.

  2.  source localsetup.sh 
  3.  source localrun.sh 

About

A Visualization tool build in Python using pygame to demonstrate the A* algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published