The Blackjack Game is a browser-based card game that challenges players to draw cards to get a sum of 21 or as close as possible without exceeding it. Players can start the game, draw new cards, and win or lose based on their score. It's a fun project demonstrating basic JavaScript, HTML, and CSS integration.
- Randomized Card Drawing: Cards are randomly assigned values between 1 and 11.
- Dynamic Gameplay: Displays the current cards, total score, and game status in real time.
- Interactive UI: Buttons to start a new game or draw additional cards.
- Player Info: Displays player name and chips.
Include a screenshot or GIF of the game in action.
- Clone the Repository
git clone https://github.com/yourusername/blackjack-game.git
