/tennisScoring

A simple Tennis scoring engine that determines the state of the game and the current scores

Primary LanguageJavaScriptMIT LicenseMIT

Build Status

To Run

Execute npm install Execute node app.js (Requires Node 5.6 or greater)

A user defined file may be supplied defining the path as the second arg node app.js myTestFile.txt

To Test

Execute npm test (Requires Node 5.6 or greater)

Dependencies