Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 569 Bytes

File metadata and controls

23 lines (20 loc) · 569 Bytes

Pathfinding Visulizer

A visualization tool to compare pathfinding algorithms. I have implemented breath first search, greedy best-first seach, and A*. ./pathfindingVisualization.png

Requirements

Java JDK + JavaFX Runtime

Compiling and Running

You may need to change the classpath to the location of the jfxrt.jar on your system in the Makefile.

To compile:

make compile

To run:

make run

Authors

Hunter Wilkins

Contact me!