Skip to content

Amraneze/Tennis-kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tennis Kata

A program to emulate a tennis game.

Specification

This project is based on the specification of this Kata.

Getting Started

Prerequisites

Sbt

  • Memory: At least 128MB
  • Operating System: Any operating system.
  • Disk Space: At least 124MB (for JRE) of available disk space.

Installation

Sbt

You can follow this link Install Sbt to install Sbt

Running the project

With SBT

From the root directory of the project, you can:

Compile the project:

sbt compile

Run the Main App:

You have two ways to run the application, either with a terminal or inside sbt shell.

Within a Terminal
sbt run
Within SBT Shell
run

Run the test cases

sbt test

or this inside of a sbt shell:

test

Releases

No releases published

Packages

No packages published

Languages