Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Path Finder

Pathfinder Screenshot

This is a Java Swing application. To specify the source point on a grid area, click the left mouse button, click the right button of the mouse to determine the target point, and then press the "enter" key from the keyboard to get inputs. Then it calculates the shortest path and displays it in the GUI.

Dependencies for Running Locally

Basic Build Instructions

  1. Clone this repo.
  2. Make a build directory in the top level directory: mkdir out
  3. Copy sources files into output directory: cp src/*.java out
  4. Go to output directory and compile: cd out
  5. Compile: javac *.java && jar cfe App.jar Main *.class
  6. Run it: java -jar App.jar.

About

Implementation of shortest path finding algorithm and UI with Java Swing.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages