Welcome to the Blackjack Game! This is a simple implementation of the classic casino card game in JavaScript. Test your luck, strategy, and card skills to beat the dealer and win the game.
- Player vs. Dealer: Play against an dealer, aiming to have a hand value closer to 21 than the dealer without exceeding it.
- Card Deck: The game uses a standard 52-card deck. Cards are shuffled at the beginning of each round.
- Scoring: Follows standard Blackjack scoring rules, with face cards worth 10 points, and Aces worth 1 or 11 points.
https://amitansh-p.github.io/BlackJack-Game/
- Open the
index.html
file in a web browser. - Click the "Start Game" button to start a new round.
- Click "New Card" to draw a card or "Stand" to end your turn.
- Try to get a hand value as close to 21 as possible without going over.
- Win by having a higher hand value than the dealer without busting.
- HTML
- CSS
- JavaScript
To play the Blackjack Game, clone this repository to your local machine and open the index.html
file in a web browser.
git clone https://github.com/your-username/blackjack-game.git
cd blackjack-game