Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions Blackjack Instructions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
stay no matter what;

{