Skip to content

The famous cards game "Blackjack" in Python 3. It's basically the biggest Python project I have ever worked on (Length).

Notifications You must be signed in to change notification settings

adnanekouna-a/blackjack-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Blackjack 1.0

The famous card game Blackjack in plain Python (no use of any external modules).

  1. Available game modes
  2. Cards Deck used
  3. Features

Available game modes:

  • 1 Player vs. Dealer.
  • More coming soon!

Cards Deck used:

Standard 52-Cards Deck.

Features:

All the rules of Blackjack as stated in the Hit or Stand website except: - Aces only count as 1. - There is no doubling. These 2 features are gonna be implemented later.

Future features:

  • Friendlier interface.
  • The 2 missing rules mentioned in the features section.
  • More players game modes.
  • Betting.

About

The famous cards game "Blackjack" in Python 3. It's basically the biggest Python project I have ever worked on (Length).

Topics

Resources

Stars

Watchers

Forks

Languages