Treasure Map is a simulation game.
- Maven 3.5
- Java 8
To build the project for sources, go to the project root folder and launch the following command:
mvn clean install
In the target folder, Maven created the application jar:
treasure-map-jar-with-dependencies.jar
- Input file
- Output file
java -jar treasure-map-jar-with-dependencies.jar /path/to/input/file.txt /path/to/output/file.txt