Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 788 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 788 Bytes

A Star Alogrithm

A Star pathfinding implementation in java using processing library.
I have optimized this as much as I could.

Usage

The Application file can be run using java in command line in any OS. For Linux, I have created a run.sh script, which can be used for the same. For more control over things like grid size, heuristic function, whether to check diagonals or not, you can edit the source code under src folder and then build it with javac on any OS. Again, I have created a build.sh script, which can be run on Linux for the same purpose.

References

developed by @krishna2803