Interactive A* example using JavaFX
This is an implementation of the A* search algorithm in Java with an interactive UI. It is based off the pseudocode found on the wikipedia page The A* implementation code is used as a foundation for one of my other projects
Controls: Left mouse - Add obstacle Right mouse - Remove obstacle
Shift + Left mouse - Add starting point Alt + Left mouse - Add destination point
Kind regards, Sanchez