From e6bdaf9056aaf80d28fcf1ef1d8d0c151faa3689 Mon Sep 17 00:00:00 2001 From: Steven Romero <31770264+St3ven16@users.noreply.github.com> Date: Fri, 27 Oct 2017 08:48:42 -0500 Subject: [PATCH] Update Blackjack Instructions.txt Steven Romero - 10/27/17 --- Blackjack Instructions.txt | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) 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; + +{