Skip to content

Commit 5216a2c

Browse files
Update README.md
1 parent 0c0144f commit 5216a2c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Blackjack Game/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# Blackjack game
2+
The player has to get a hand with a value as close to 21 as possible without going over.
3+
A hand that goes over 21 is a bust.
4+
The players in a blackjack game plays against the dealer. Each player has to beat the dealer's hand in order to win.
5+
6+
In blackjack game, the suits have no meaning.
7+
1. Number cards have a value equal to their number.
8+
2. All the picture cards (Jacks, Queens, and Kings) are worth 10.
9+
3. Aces are worth 1.
10+
211

312
## HOW TO PLAY
413

0 commit comments

Comments
 (0)