Skip to content

This is a JavaFX program that allows the user to experiment with different path algorithms. The user can mark squares as walls on the map, and the program will plot a path between the starting and end points.

License

Notifications You must be signed in to change notification settings

arovge/pathfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pathfinder

This is some JavaFX application I made to play with path finding algorithms.

What it is

This is a JavaFX application. All of the squares are added to the window dynamically and have their event filters added before being added.

The user can select what path finding algorithm they would like to use to traverse the intractable map.

Controls

Below are the controls that can be used with a mouse:

  • Left Click - Draw Walls
  • Right Click - Erase
  • Left Click + SHIFT - Set start square
  • Left Click + CONTROL - Set end square

The user is able to select what path finding variables they would like to be enabled from the top menu.

Future Development

Features
  • Add in reset button for map
  • Additional algorithms

About

This is a JavaFX program that allows the user to experiment with different path algorithms. The user can mark squares as walls on the map, and the program will plot a path between the starting and end points.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages