Skip to content
/ AStar Public

Java implementation and visualization of the A* pathfinding algorithm

Notifications You must be signed in to change notification settings

CraxyTM/AStar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A* Pathfinding Visualization

Build Status

A JavaFX visualization of the A* Pathfinding algorithm.

Installation

This project requires Maven in order to be built.

Install Maven

Download the latest version of Maven here. Then follow this official installation guide in order to add Maven to your PATH. (For help see here)

Clone the repository

Download the latest version of this repository by using the green Clone or download button on the top right page or click here.

Build the project with Maven

After you unpacked the zip go into the directory with the pom.xml in it and type mvn package in the command line to build the project. If you did everything correct, then you should get a BUILD SUCCESS message.

Now you can start the program by opening the .jar file in the newly created target folder.

About

Java implementation and visualization of the A* pathfinding algorithm

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages