UNPKG

@botpoker/engine-holdem

Version:
32 lines (17 loc) 408 B
# Api ## Tournament ```js const Tournament = require("@botpoker/engine-holdem"); ``` It's a constructor. It extends node.js `EventEmitter`. Creates a new tournament. **Arguments** 1. `tournamentId` (String): 2. `players` (Player[]): 3. `tournamentSettings` (Settings) 4. `opts` (Object) - `opts.autoStart` (Boolean) - `opts.recoveryId` (Number?) **Returns** A new tournament.