Skip to content

GUI Application for A* Search Pathfinding Visualization built using Java Swing

Notifications You must be signed in to change notification settings

SparshBohra/Pathfinding-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pathfinding-Visualizer

Algorithm visualized: A* Search.

A* is an informed search algorithm, or a best-first search, meaning that it is formulated in terms of weighted graphs: starting from a specific starting node of a graph, it aims to find a path to the given goal node having the smallest cost (least distance travelled, shortest time, etc.).

Download the .jar file located in the 'jar' folder and run it to use the Pathfinding Visualizer.

Controls:

  • Start: hold 's' + left click
  • End: hold 'e' + left click
  • Create Wall: left click
  • Delete Wall: right click

Screenshots of the Application

Screen Shot 2021-06-05 at 2 09 34 PM

Screen Shot 2021-06-05 at 2 09 59 PM

Screen Shot 2021-06-05 at 2 10 07 PM

About

GUI Application for A* Search Pathfinding Visualization built using Java Swing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages