Skip to content

AlexandreLrz/AstarLabResolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AstarLabResolver

AstarLabResolver is a Java application which shows how the A-Star algorithm works with a random maze.

Usage

To start, compile the project with your favorite IDE. Then run this command by replacing "x" and "y" parameters by the height and width of the maze :

java -jar [yourjar].jar x y

You will see in your terminal the maze and the maze resolved with astar algorithm.

Sources

Examples

You can find examples of resolved mazes with this program in the path :

./example_labs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages