Commit 6c9fb4d
[Black Jack]: ✏️ Updates to instructions. (#3660)
* ✏️ 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>1 parent 07a3adf commit 6c9fb4d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments