Blackjack

General

Blackjack is a card game where the player tries to beat the dealer in one of three ways:

  1. Get 21 points on the player's first two cards (called a "blackjack").
  2. Reach a final score higher than the dealer without exceeding 21.
  3. Stand, in hope the dealer busts (draws cards exceeding 21).
How to Play

Features

  • Hit, stand, or deal.
  • Cards are shuffled, and removed from the deck once dealt.
  • Dealer must stand on 17.
  • The application accounts for the value of aces in context of the players hand. If the eleven value typically assigned to an ace would bust the player, its value is instead counted as one.

Technologies Used

  • HTML
  • CSS
  • Javascript