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

Ensure big blind is always bigger than small blind #9

Open
JohnnyJayJay opened this issue May 24, 2021 · 0 comments
Open

Ensure big blind is always bigger than small blind #9

JohnnyJayJay opened this issue May 24, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@JohnnyJayJay
Copy link
Owner

Currently it is allowed to start a game with the same value for big blind and small blind and this even happens automatically when you use a buy in of 100 chips (both default to 1 in this case). This causes issues with the stakes in the first round however, causing the game to immediately move on to the flop.
To fix this, custom inputs should be validated accordingly and the default minimum for big/small blind should be set to 2/1 instead of 1/1.

@JohnnyJayJay JohnnyJayJay added the bug Something isn't working label May 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant