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

Latest commit

 

History

History
19 lines (15 loc) · 923 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 923 Bytes

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 \

`