Skip to content

rafaeltscs/mars-rover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mars-Rover

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.

Requirements

Running the application

To run the application, do the following:

  • Clone this repository;
  • Open a terminal/prompt window;
  • Move into the repository folder;
  • Run the command: sbt run for executing the application or;
  • Run the command: sbt test for 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]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages