Skip to content

sharongorman/toyrobot-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

A functional toy robot implementation in Scala.

Install

(Be patient ... it will need to download and install the world!)

Option 1 - Use Docker

If you have docker installed, you can run in a docker container:

$ docker run -v `pwd`:/workspace -it openjdk:latest /bin/bash
$ cd /workspace
$ ./sbt build         

Option 2 - Run Locally

You will need java jdk8 installed. All other dependencies will be installed on build.

./sbt build

#Test

./sbt test

#Run

./sbt run

Please see PROBLEM.md for details of commands.

Behaviour choices

I have chosen to fail silently for all invalid commands.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published