Skip to main content

Star-Find - A* Pathfinder

·92 words·1 min
Dusan Lecic
Author
Dusan Lecic
Seeking mastery
Table of Contents

image

Star-Find
#

Star-Find is a A* Visualization project written with Python and JavaScript.

Running
#

Clone the Star-Find repository and navigate into the directory:

python3 run.py

Go to http://localhost:5000/.

Usage
#

After you create a grid, you will need to set the start coordinates and the end points. Start and End points are marked in blue. Add obstacles by holding left-click and hovering over the grid. To remove obstacles, click on them. Once satisfied, click ‘Visualize’ to find a path. If no path is available, adjust the grid as needed.

Gallery #

base
in-use