Skip to content

gabrielfrimodig/A-Star-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

A-Star Algorithm

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!

Getting Started

Prerequisites

Ensure you have Java JDK and make installed.

Installation & Running

  1. Clone this repository
    git clone https://github.com/gabrielfrimodig/A-Star-Algorithm.git
  2. Navigate to the directory and compile the project using the provided Makefile:
    make
  3. Run the application:
    make run

Makefile Commands

  • make or make classes: Compiles the Java files.

  • make clean: Removes all compiled .class files.

  • make run: Starts the A* Path Finder visualization tool.