Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Tennis Kata based on http://codingdojo.org/kata/Tennis/

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages