bingo-tombola

1.0.2 • Public • Published

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
 

Readme

Keywords

Package Sidebar

Install

npm i bingo-tombola

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

1.93 kB

Total Files

3

Last publish

Collaborators

  • carloleonardi