Poker
Poker copied to clipboard
coin deduction
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 I slow down the action?
Hello,
In Table.prototype.endRound relpace:
if( this.playersSittingInCount < 2 ) { this.stopGame(); } else { this.initializeRound(); } }
WITH
if( this.playersSittingInCount < 2 ) { this.stopGame(); } else { var that = this; setTimeout( function(){ that.initializeRound(); },3000); } }
This will delay the clearing of the cards by 3000ms
There are so many online poker games. With can provide good bonus and offers. pokerbroz one of the best online poker website in India and also deliver poker games on mobile apps. Find, install, and play poker games on your phone.
sorry for the delay, thanks. now i'm trying to implement a timer for each player, would you have any ideas for me?
On Wednesday, December 16, 2020, 7:24:08 PM GMT+1, Kershi23 <[email protected]> wrote:
huh
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
sorry for the delay, thanks. now i'm trying to implement a timer for each player, would you have any ideas for me? On Wednesday, December 16, 2020, 7:24:08 PM GMT+1, Kershi23 [email protected] wrote: huh — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Have a look at the code I just committed (untested) https://github.com/lericain59/Poker/commit/1d5e7f07acd1f5b8558fbaf267a6664cfa0ac50b
thans for reply, now I elaborate it for a moment and give you an answer On Wednesday, January 6, 2021, 5:06:48 PM GMT+1, lericain59 [email protected] wrote:
sorry for the delay, thanks. now i'm trying to implement a timer for each player, would you have any ideas for me? On Wednesday, December 16, 2020, 7:24:08 PM GMT+1, Kershi23 [email protected] wrote: huh — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Have a look at the code I just committed (untested) lericain59@1d5e7f0
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.