We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0144f commit 5216a2cCopy full SHA for 5216a2c
Blackjack Game/README.md
@@ -1,4 +1,13 @@
1
# 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
11
12
## HOW TO PLAY
13
0 commit comments