A* Path Finder is an interactive Java-based visualization tool that showcases the power of the A* pathfinding algorithm in a grid-based environment. Journey with us as we navigate through obstacles to find the most efficient route from the start to the goal!
Ensure you have Java JDK and make installed.
- Clone this repository
git clone https://github.com/gabrielfrimodig/A-Star-Algorithm.git
- Navigate to the directory and compile the project using the provided Makefile:
make
- Run the application:
make run
-
make
ormake classes
: Compiles the Java files. -
make clean
: Removes all compiled .class files. -
make run
: Starts the A* Path Finder visualization tool.