Blackjack
Classic Blackjack game built with HTML, CSS, and JavaScript
Game Screenshots
Project Overview
This is a browser-based Blackjack game where players compete against the dealer to get a hand closest to 21 without going over. The game uses JavaScript to handle card shuffling, dealing, player actions (hit, stand), score calculation, and stores the player's name and chips balance in local storage. Players can enter the amount of chips they want to bet before starting each game round.
Key Features
- Classic Blackjack gameplay rules
- Random card shuffling and dealing
- Hit and Stand controls
- Player name and chip balance saved in local storage
- Place bets before each round
- Win or lose chips based on results
- Game ends when chips run out
- Responsive design for desktop and mobile
- Minimalist, clean user interface