Skip to content

Commit 2eb533a

Browse files
Clarify blackjack instructions (#1757)
1 parent 40e1dc6 commit 2eb533a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/blackjack/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Depending on your two cards and the card of the dealer, there is a strategy for
6262
Although not optimal yet, you will follow the strategy your friend Alex has been developing, which is as follows:
6363

6464
- If you have a pair of aces you must always split them.
65-
- If you have a Blackjack (two cards that sum up to a value of 21), and the dealer does not have an ace, a figure or a ten then you automatically win.
65+
- If you have a Blackjack (two cards that sum up to a value of 21), and the dealer does not have an ace, a face card or a ten then you automatically win.
6666
If the dealer does have any of those cards then you'll have to stand and wait for the reveal of the other card.
6767
- If your cards sum up to a value within the range [17, 20] you should always stand.
6868
- If your cards sum up to a value within the range [12, 16] you should always stand unless the dealer has a 7 or higher, in which case you should always hit.

0 commit comments

Comments
 (0)