You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ✏️ Update instructions.md
if we already have an ace, the upcoming ace's value should be 1
https://en.wikipedia.org/wiki/Blackjack?lang=en#Rules_of_play_at_casinos
[...] and aces count as either 1 or 11 according to the player's choice.
* ✏️ Update instructions.md
The instructions on the exercise [black_jack](https://exercism.org/tracks/python/exercises/black-jack) might be improved.
It could be better to refer to the value of the upcoming ace instead of the value of those in hand since this doesn't apply if we have two aces in hand.
Current instructions:
`Hint: if we already have an ace in hand then its value would be 11.`
Proposed instructions:
`Hint: if we already have an ace in hand, then the value for the upcoming ace would be 1.`
Sources: "[...] and aces count as either 1 or 11 according to the player's choice." from [Wikipedia](https://en.wikipedia.org/wiki/Blackjack?lang=en#Rules_of_play_at_casinos).
---------
Co-authored-by: Federico Ponce de Leon <fpleon@intrasoft.com.ar>
0 commit comments