AstarLabResolver is a Java application which shows how the A-Star algorithm works with a random maze.
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.
You can find examples of resolved mazes with this program in the path :
./example_labs