UNPKG

@botpoker/engine-holdem

Version:
10 lines (8 loc) 265 B
"use strict"; exports = module.exports = { VERSION: "BEER powered bot", bet: function (gamestate) { console.log(`Hello! My name is ${gamestate.players[gamestate.me].name}. I'm calling for ${gamestate.callAmount}`); return gamestate.callAmount; }, };