Poker icon indicating copy to clipboard operation
Poker copied to clipboard

coin deduction

Open superlep opened this issue 5 years ago • 5 comments

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?

superlep avatar Mar 12 '19 10:03 superlep

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

lericain59 avatar Mar 22 '20 21:03 lericain59

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.

Kershi23 avatar Dec 16 '20 18:12 Kershi23

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.

superlep avatar Jan 03 '21 10:01 superlep

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

lericain59 avatar Jan 06 '21 16:01 lericain59

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.

superlep avatar Jan 06 '21 17:01 superlep