A program to emulate a tennis game.
This project is based on the specification of this Kata.
- Memory: At least 128MB
- Operating System: Any operating system.
- Disk Space: At least 124MB (for JRE) of available disk space.
You can follow this link Install Sbt to install Sbt
From the root directory of the project, you can:
sbt compile
You have two ways to run the application, either with a terminal or inside sbt shell
.
sbt run
run
sbt test
or this inside of a sbt shell:
test