Poker
Poker copied to clipboard
An online poker app
Reproduce: 1. login with two players and play heads up for a few hands. 2. raise a few hands 3. maybe try sit out and sit back in for one...
hello and sorry the trouble, but where in your code the coins are deductedif you lost or are added if you win? and river image is too fast. where can...
added countdown timer since the last time a blind has been raised.
It wasn't calling initializeNextPhase() at the end of river which meant that amongst other things "this.public.biggestBet" wasn't reset after hands that went to the river. Meaning that the first player...
Hi Geobalas, just wanted to add docker capabilities to this, great little app!
- timeout proportional to number of players - set biggestBet on round initialization
Hey George, you did a nice job. Finnaly i found a playable node.js poker script. Will you work on it further ? I think it will be better if you...
how can we introduce BOT to fill the table?
When there is a side pot. Eg. one player is all in with a balance of 50. Two other players have a balance of 1000 and call the 50 all...
In: ~Poker-master\Poker-master\poker_modules\table.js in the method that starts a new game: "Table.prototype.initializeRound" which starts on line: 205 I added a new line (214) this.biggestBet = 0; ==================================================================== Hopefully this addresses the...