Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 659 Bytes

File metadata and controls

12 lines (10 loc) · 659 Bytes

Java-Pathfinding

Creating an A* and Dijkstra pathfinding algorithm using Java with the swing framework
To use please open App.java or Main.java and run it in your compiler.

There are 2 versions of this application
The orignial one is under Normal Version folder and to use it run App.java The new version is under FRC Version folder which is an implemented version of the orignial application that can be used to create auto routes for a robot, to run use the application run Main.java

This project allows you to create or generate maps
Change the algorithm to your choice
Change the solving speed
Have fun and Enjoy!