The program takes one parameter, the maze in text format and prints the solved maze upon completion.
Instructions
1.Clone this repository into your local machine using the terminal (mac) or Gitbash (PC)
git clone https://github.com/ary007/maze-app.git
2.CD to the folder cd maze-app
-
mvn clean
-
mvn compile
-
mvn install
-
java -jar target/maze-app-0.0.1-SNAPSHOT.jar "./src/main/resources/maze.txt"