-
Notifications
You must be signed in to change notification settings - Fork 17
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
Cards should not be dealt right after the user joins the table #299
Comments
Yes, that should not happen. Cards should be dealt based on when the players are receiving their card info from the backend. |
@sg777 the cards are dealt because the frontend receives |
The dealer should not have any manual selections on their side (we do not want people to actually have to be at their computer to deal manually). Maybe this could be an option for private tables. Public tables, by default, should start the hand after:
Example 1 Example 2 Example 3 Example 4 (private table) |
How it works now
Cards are dealt right after the user successfully joins the table (makes a socket connection to backend)
Suggestion
We should get rid of dealing cards after joining the table and let the dealer pres start to deal cards for the game.
Thoughts?
The text was updated successfully, but these errors were encountered: