Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md for Black #3029

Closed
wants to merge 1 commit into from
Closed
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
17 changes: 17 additions & 0 deletions Games/Black_Jack/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# BlackJackJs
Black jack game made in Javascript with CreateJs

#How to Play
Beat The Dealer. There are some misconceptions about the objective of the game of blackjack but at the simplest level all you are trying to do is beat the dealer.

How do you beat the dealer?

By drawing a hand value that is higher than the dealer’s hand value
By the dealer drawing a hand value that goes over 21.
By drawing a hand value of 21 on your first two cards, when the dealer does not.

How do you lose to the dealer?

Your hand value exceeds 21.
The dealers hand has a greater value than yours at the end of the round


It’s also important to note, the other players’ hands at the table have nothing to do with winning the game of Blackjack like they do in Poker games. For all practical purposes, it’s just you against the dealer. Unskilled patrons of the game will try to convince you “it’s a team sport” but don’t be fooled.

# Screenshot

![Game](<assets/Screenshot 2023-06-22 205354.png>)
Expand Down
Loading