A functional toy robot implementation in Scala.
(Be patient ... it will need to download and install the world!)
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
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.
I have chosen to fail silently for all invalid commands.