This is a web-based implementation of the classic Blackjack card game. The game allows players to play against a dealer, with features such as splitting hands, scoring, and detecting Blackjack.
- Play against the dealer.
- Split hands when dealt two cards of the same rank.
- Dynamic score calculation and display.
- Interactive UI with buttons for actions like Hit, Stand, Split, and Deal.
- Keyboard shortcuts for quick gameplay:
H
: HitS
: StandD
: Deal
- Clone or download the repository to your local machine.
- Open the
blackjack.html
file in any modern web browser. - Enjoy the game!
- Hit: Draw another card.
- Stand: End your turn.
- Split: Split your hand into two separate hands (if eligible).
- Deal: Start a new game.
This game does not include betting or mention of money of any kind. It is purely for fun and entertainment.
This project is free to use and modify. Please provide recognition to the original developer when sharing or modifying the code.
/* Original Developer: CTechDigital.com */
Contributions are welcome! Feel free to fork the repository and submit a pull request with your improvements.
If you enjoy this game and would like to support its continued development, please consider making a donation:
Your support helps maintain and improve this project and others. Thank you!
This project is licensed under the MIT License. See the LICENSE file for details.