Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coin deduction #12

Open
superlep opened this issue Mar 12, 2019 · 5 comments
Open

coin deduction #12

superlep opened this issue Mar 12, 2019 · 5 comments

Comments

@superlep
Copy link

superlep commented Mar 12, 2019

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?

@lericain59
Copy link

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

@Kershi23
Copy link

Kershi23 commented Dec 16, 2020

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.

@superlep
Copy link
Author

superlep commented Jan 3, 2021 via email

@lericain59
Copy link

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

@superlep
Copy link
Author

superlep commented Jan 6, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants