Skip to content

Karituta/Blackjack-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blackjack Game

This classic blackjack game is built using Python 3.12.1 and supports actions such as hitting, standing, doubling down, calling insurance, and splitting.

Demo

Actions

Hit: The player wants to draw another card

Stand: The player does not want to draw another card

Double Down: The player doubles the initial bet and draws only one card. (Can only be done on initial dealing and with hands valuing 9,10, or 11)

Insurance: If the dealer's first card is an ace, the player can place an insurance bet. The insurance bet allows the player to break even if the dealer has a blackjack but otherwise will lose the insurance bet.

Split: The player splits the hand and creates two separate hands. (Can only be done if the cards are a pair)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages