diff --git a/Blackjack Instructions.txt b/Blackjack Instructions.txt index d47d7a1..b8925ba 100644 --- a/Blackjack Instructions.txt +++ b/Blackjack Instructions.txt @@ -3,12 +3,18 @@ Blackjack Instructions Once all cards are dealt look at your cards If your card values add up to 12 or less: - hit + hit; + If your cards add up to 4,5,6,7 or 10: - Double Down your bet -If your cards add up to 12-16 and the dealer's face up card >= 7: - hit + Double Down your bet; + +If your cards add up to 12-16 and the dealer's face up card > = 7: + hit; + If your cards add up to 12-16 and the dealer's face up card < 7: - stay + stay; + If your card values > 16: - stay no matter what \ No newline at end of file + stay no matter what; + +{