Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 426 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 426 Bytes

Maze-App

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

  1. mvn clean

  2. mvn compile

  3. mvn install

  4. java -jar target/maze-app-0.0.1-SNAPSHOT.jar "./src/main/resources/maze.txt"