rishabh214 / Blackjack-game

This is a program of the popular casino game Blackjack in Python language using concepts of Object oriented programming (OOPS) and Exception handling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blackjack-game

I coded this program of the popular casino game Blackjack in Python language using concepts of Object oriented programming (OOPS) and Exception handling

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.Deal one card to the Dealer and two cards to the Player
5.Ask the Player if they wish to Hit, and take another card
6.If the Player's hand doesn't Bust (go over 21), ask if they'd like to Hit again.
7.If a Player Stands, play the Dealer's hand. The dealer will always Hit until the Dealer's value meets or exceeds 17
8.Determine the winner and adjust the Player's chips accordingly
9.In case the sum is 21 (BLACKJACK) the bet will be increased by 2.5 times
10.Ask the Player if they'd like to play again
11.Show their total winnings and profit/loss

for more detailed explaination of this card game visit https://bicyclecards.com/how-to-play/blackjack/

About

This is a program of the popular casino game Blackjack in Python language using concepts of Object oriented programming (OOPS) and Exception handling


Languages

Language:Python 100.0%