In Blackjack, each player is dealt two cards. The goal is to get closer to 21 (without going over) than the dealer. All face cards count as 10, and aces can count as either 1 or 11 (the optimal value is automatically chosen for you). When you receive your cards, you have a number of options:


  1. Hit: If you choose to hit, you will receive another card. You may hit as many times as you like, but if your card total exceeds 21, you will "Bust," and lose the hand.
  2. Stand: If you choose to stand, you will not receive any more cards for that hand, and your total will be compared against the dealer's total.
  3. Double: When the hand is first dealt, before a player chooses "Hit" or "Stand", they may choose to double their bet - but only one more card will be dealt to the player for that hand.
  4. Split: If the player is dealt a pair, they are given the option to split their hand into two independent hands. A second bet is placed (equal to the first), and each hand is played separately. (Note: If Aces are split, only one additional card per hand is allowed.) Players may split up to three times, creating a total of four simultaneous hands.
Cards are dealt from a continuously shuffled four-deck shoe.