This is a solution to the problem described in (https://github.com/abdulg/Mars-Rover) and it was built in Scala, using SBT for dependencies management.
To run the application, do the following:
- Clone this repository;
- Open a terminal/prompt window;
- Move into the repository folder;
- Run the command:
sbt runfor executing the application or; - Run the command:
sbt testfor executing the tests or; - Run the command:
sbt assemblyfor generating an executable jar file.- To execute the jar file, run:
java -jar [path/to/file]
- To execute the jar file, run: