A visualization tool to compare pathfinding algorithms. I have implemented breath first search, greedy best-first seach, and A*.
Java JDK + JavaFX Runtime
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
Hunter Wilkins