adnanekouna-a / blackjack-py

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%