Blackjack game
Project description
Blackjack
Objective
Having a higher sum than the dealer's hand.
Card Values
- Numeric cards (2-10): The value is as indicated by the number shown.
- Face cards (Jack, Queen, King): Each has a value of 10.
- Ace: Can be set to either 1 or 11.
Game Flow
- Deal the cards
- The player and the dealer are each dealt two cards. The player's cards are both face up, while the dealer's is one face up and the other face down.
- Player's Choice
- Hit: Draw another card.
- Stand: Play with the current hand.
- Dealer's Turn
- The dealer turns the face-down cards face up and draws cards until he has 17 or more.
- Winner Decides
- If the total hand exceeds 21, then loses on a “bust”.
- When the dealer busts, the remaining player wins.
- If the hand is high, then wins.
- If the hands are the same, then tie.
How to play
$ blackjackpy
Player( 6): 2(C) 4(S)
Dealer(--): 5(C) *(*)
Hit? (y/n) y
Player(16): 2(C) 4(S) J(C)
Dealer(--): 5(C) *(*)
Hit? (y/n) n
Player(16): 2(C) 4(S) J(C)
Dealer(17): 5(C) 3(C) 9(S)
You lose.
$ blackjackpy
Player(20): 10(S) K(C)
Dealer(--): 7(C) *(*)
Hit? (y/n) n
Player(20): 10(S) K(C)
Dealer(18): 7(C) A(H)
You win.
Ref.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file blackjackpy-0.2.5-py3-none-any.whl
.
File metadata
- Download URL: blackjackpy-0.2.5-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 620608dc831b9fbbe3f32c463bfa54ce01562a425c9313e8aff067f0293c1723 |
|
MD5 | c07149454410e9ab024d741169feb334 |
|
BLAKE2b-256 | 36313bdd55a4dd5122488828a037cb76dd666e57361bdd8ef4cc961f63541843 |