UNPKG

@botpoker/engine-holdem

Version:
11 lines (8 loc) 222 B
"use strict"; exports = module.exports = { VERSION: "arale folder", bet: function (gamestate) { console.log(`Hello! My name is ${gamestate.players[gamestate.me].name}, and I always fold.`); return 0; }, };