Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Synic-dx committed Mar 8, 2024
1 parent 1e8853e commit 1230ee4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# **blackJack**

![image](https://github.com/Synic-dx/blackJack/assets/75749422/fa82468a-7e06-44b3-8841-fdd1312f660e)


## About

A card game made with **Javascript**. Users have an initial balance ($5000) and can choose bet amount via three buttons that auto-selects a card out of a deck of 52. After selecting the bet amount and starting the game, users can choose to Draw (Hit, draws another card) or Hold (Stand, doesn't draw any more card) or Double (draws another card and doubles bet). Whoever's card value is closest to 21 (but doesn't cross 21) wins the round and increases their balance.
Expand All @@ -14,3 +11,5 @@ I have not added splice method to remove drawn cards from the deck to keep it si
### Game has one error to be fixed

Game accepts one userDraw even after dealer busts.

![image](https://github.com/Synic-dx/blackJack/assets/75749422/fa82468a-7e06-44b3-8841-fdd1312f660e)

0 comments on commit 1230ee4

Please sign in to comment.