-
Notifications
You must be signed in to change notification settings - Fork 38
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
how to reduce win rate? #106
Comments
I increased the decks to 12 it's a bit better but not that much of difference |
Hey, I implemented the default Black Jack rules. Black Jack eventually is a game of chance.
Did you create your own fork? :D The order of the cards is actually random. I mean you can of course manipulate the order of cards before the game starts to increase chances of winning for the dealer. Or manipulate the pick_one_card method so that depending on the caller and their cards they get a certain other card. Out of the box there is no way to change that. You'd need to change the code of this project. |
Thanks for the quick response! |
winning rate now is so close to 50% how can I reduce this they are playing with real money and that sucks:)
The text was updated successfully, but these errors were encountered: