1.0.6 • Published 7 years ago

etude-op10-no9 v1.0.6

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

CircleCI GitHub license npm version

etude-op10-no9

Getting start

install

npm install etude-op10-no9

usage

var BowlingGame = require('etude-op10-no9');

var game = new BowlingGame;

game.start();

game.add(5); //Set score 
game.add(4);

game.score();  //Get total score
game.scoreForFrame(1);   //Get score by frame

game.end();

Devlopment

git clone https://github.com/k2works/etude_op10_no9.git etude-op10-no9
cd ./etude-op10-no9
vagrant up
vagrant ssh
yarn install
npm run build
node
>var BowlingGame = require('./index.js');

license

MIT. Copyright (c) k2works.

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.0

7 years ago

0.0.1

7 years ago