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

🌊 [Feature] for blackjack #6

Open
eduardonard opened this issue May 22, 2023 · 7 comments
Open

🌊 [Feature] for blackjack #6

eduardonard opened this issue May 22, 2023 · 7 comments
Assignees
Labels
enhancement New feature or request

Comments

@eduardonard
Copy link
Contributor

I want to implement basic strategy suggestions, like
You want to ask for basic strategy help?
or something like that, what you recommend?

@AseanK
Copy link
Owner

AseanK commented May 22, 2023

hm, maybe like a recommended: Hit when the player's hand is below 16 and recommended: Stand when above 18?
or like a suggestion would work too

@AseanK
Copy link
Owner

AseanK commented May 22, 2023

I meant 17* not 18

@eduardonard
Copy link
Contributor Author

eduardonard commented May 22, 2023

basic strategy is a bit more complicated, is like if you have 12 and dealer's got 2 and * it is recommended to hit
source

@eduardonard
Copy link
Contributor Author

then there is card counting, i would like to implement that too, but is far more complicated

@AseanK
Copy link
Owner

AseanK commented May 22, 2023

Do you wanna work on that?

@eduardonard
Copy link
Contributor Author

Yep, it will take time. Even because i have to implement the double feature

@AseanK
Copy link
Owner

AseanK commented May 22, 2023

You're welcome to work on that. I mean yeah it's got unlimited card rn too.

@AseanK AseanK added the enhancement New feature or request label May 22, 2023
@AseanK AseanK changed the title [Feature] for blackjack 🌊 [Feature] for blackjack Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants