Skip to content

blackjack, or twenty-one, Card game whose object is to be dealt cards having a higher count than those of the dealer, up to but not exceeding 21.

Notifications You must be signed in to change notification settings

Sreeram0303/BLACK-JACK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

BLACK-JACK

blackjack, or twenty-one, Card game whose object is to be dealt cards having a higher count than those of the dealer, up to but not exceeding 21.

Game Play To play a hand of Blackjack the following steps must be followed:

  1. Create a deck of 52 cards
  2. Shuffle the deck
  3. Ask the Player for their bet
  4. Make sure that the Player's bet does not exceed their available chips
  5. Deal two cards to the Dealer and two cards to the Player
  6. Show only one of the Dealer's cards, the other remains hidden
  7. Show both of the Player's cards
  8. Ask the Player if they wish to Hit, and take another card
  9. If the Player's hand doesn't Bust (go over 21), ask if they'd like to Hit again.
  10. If a Player Stands, play the Dealer's hand. The dealer will always Hit until the Dealer's value meets or exceeds 17
  11. Determine the winner and adjust the Player's chips accordingly
  12. Ask the Player if they'd like to play again

About

blackjack, or twenty-one, Card game whose object is to be dealt cards having a higher count than those of the dealer, up to but not exceeding 21.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages