1.0.2 • Published 5 years ago

bingo-tombola v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

bingo-tombola

Installation

npm install bingo-tombola

Usage

By popular demand, bingo-tombola!

var bingo = require('bingo-tombola');

console.log(bingo.createTable())
var players = bingo.createPlayers(2) // create two players
console.log(bingo.createMatch(players)); // create a new match
console.log(bingo.table.getExtracted()); // get the extracted number
bingo.table.reset(); // start a new match
console.log(bingo.table.getBag()); // get the not extracted number
console.log(bingo.table.extract()); // extract a number
1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago