This is a simple Blackjack game developed using JavaScript, HTML, and CSS. In this game, the player can play rounds of Blackjack against the computer. The value of the cards is determined by their face value, with face cards (Jack, Queen, King) worth 10 points and Aces initially worth 11 points.
- Click the "START GAME" button to start the game.
- The initial two cards will be drawn automatically for the player.
- The player has the option to draw a new card by clicking the "NEW CARD" button.
- The goal is to get as close to 21 points without exceeding it.
- If the player's total exceeds 21, the game ends.
- If the player's total reaches 21, the player wins with Blackjack.
Feel free to download or clone the repository and open the index.html
file in your preferred web browser to play the game.