deepakuniyaliit / Blackjack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blackjack Game

This is a fun card game as the name suggests.
Some images of the game:

Blackjack Image

Blackjack Image

Rules of The Game -

  1. The goal of blackjack is to beat the dealer's hand without going over 21.
  2. Face cards are worth 10. Aces are worth 1 or 11, whichever makes a better hand.
  3. To 'Hit' is to ask for another card. To 'Stand' is to hold your total and end your turn.
  4. If you go over 21 you bust, and the dealer wins regardless of the dealer's hand.
  5. If you are dealt 21 from the start (Ace & 10), you got a blackjack.
  6. Dealer will hit until his/her cards total 17 or higher.
  7. Hitting 'Deal' will restart the game.

About


Languages

Language:JavaScript 62.2%Language:HTML 22.2%Language:CSS 15.6%