game-drawer

0.2.0 • Public • Published

Build Status

Drawer

Draw players after a specific time period.

The following example starts a game with a duration of 5 minutes and a minimum group size of 3.

const Drawer = require('drawer')
dr = new Drawer(groupSize=3, duration=5)
dr.addPlayer('Jon')

Read test/test.js for more details.

Readme

Keywords

Package Sidebar

Install

npm i game-drawer

Weekly Downloads

9

Version

0.2.0

License

MIT

Last publish

Collaborators

  • mgaebler