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

how to reduce win rate? #106

Open
lilcheti opened this issue Jul 4, 2021 · 3 comments
Open

how to reduce win rate? #106

lilcheti opened this issue Jul 4, 2021 · 3 comments

Comments

@lilcheti
Copy link

lilcheti commented Jul 4, 2021

winning rate now is so close to 50% how can I reduce this they are playing with real money and that sucks:)

@lilcheti
Copy link
Author

lilcheti commented Jul 4, 2021

I increased the decks to 12 it's a bit better but not that much of difference

@d-Rickyy-b
Copy link
Owner

d-Rickyy-b commented Jul 4, 2021

Hey, I implemented the default Black Jack rules. Black Jack eventually is a game of chance.

I increased the decks to 12 it's a bit better but not that much of difference

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.

@lilcheti
Copy link
Author

lilcheti commented Jul 4, 2021

Thanks for the quick response!
I don't really want to manipulate just to decrease the odds of winning
Another question why the dealer plays even after the player gets busted in single player?

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

2 participants