Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.
/ a-star Public archive

A* Pathfinding Algorithm Visualization Using Python

Notifications You must be signed in to change notification settings

lwuminhtris/a-star

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A* Pathfinding

This is an A* pathfinding visualization using python

Library-in-needs

You must have Tkinter to run this visualization, if it hasn't installed on your computer, use the following command to install it.
$ pip install python-tk

Instruction

After clonning this repository, using the following command to open the GUI
$ python app.py

image
Then, insert the width and the height of the matrix and click "Create Matrix"
image
Final, click "DO!!" to see the A* line between randomly start location and finish location with st as start and fi as finish
image \

`

About

A* Pathfinding Algorithm Visualization Using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages