etude-op10-no9

1.0.6 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i etude-op10-no9

Weekly Downloads

1

Version

1.0.6

License

ISC

Last publish

Collaborators

  • k2works