Skip to main content

Blackjack game

Project description

About 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.

Install

pip install blackjackpy

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.

Project details


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

If you're not sure about the file name format, learn more about wheel file names.

blackjackpy-0.3.0-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

Details for the file blackjackpy-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: blackjackpy-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 4.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.2

File hashes

Hashes for blackjackpy-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 430a1c8b9c16a054715b8d761b8499e4d37a0296a1dbfb43c3c1c0081a839b6d
MD5 3a46a90b5535b9c42cb7affb39afd2ef
BLAKE2b-256 16dbe47c1a851497b69a1adb4322caa8c44209322a4d5b1ec68d0a822f8e7c8a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page