Skip to content

Pathfinding Visualizer is an interactive tool for java to demonstrate the differences between Breath First Search, Greedy Best First Search, and A*

Notifications You must be signed in to change notification settings

hunterwilkins2/Pathfinding-Visualizer

Repository files navigation

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!

About

Pathfinding Visualizer is an interactive tool for java to demonstrate the differences between Breath First Search, Greedy Best First Search, and A*

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published