Skip to content

This is an Astar path-finding visualization that shows how the algorithm approaches the goal.

Notifications You must be signed in to change notification settings

varun117/Astar-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Astar-Path-Finding-Visualization

This project contains a visualization of how the Astar algorithm finds the shortest path to the goal. The code was built on a windows machine running python 3.7.4.

Requirements

Python 3

https://www.python.org/downloads/

pygame

pip install pygame

tkinter

pip install tkinter

Usage

The user will first have to enter the start and goal positions. The coordinates will be taken in the multiple of 25. Once clicked on submit, the user can draw obstructions for the algorithm by dragging the mouse onto the grid. On clicking the space button, the algorithm will start execution.

About

This is an Astar path-finding visualization that shows how the algorithm approaches the goal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages