Welcome to a simple yet stylish implementation of Blackjack (21) in the terminal, written in Python with a touch of color using colorama.
- 🔹 Fully randomized deck (no card repetition)
- 🔹 Player vs Dealer logic
- 🔹 Interactive card drawing (hit/stand)
- 🔹 Smart dealer
- 🔹 Color-coded output for better immersion
- 🔹 Automatic win/loss/draw evaluation
- 🔹 Canonical Blackjack rules (21 limit, busts, tie, dealer logic)
Rules of the game:
- Your cards and the dealer's cards are dealt from a real deck.
- You can request a card to improve your hand.
- If the sum of the cards exceeds 21 — it's a bust!
To run this project you need:
- Python 3.6
- colorama
pip install colorama
Soon
- Remade UI
- More emotions!
- Сode optimization
- Setup bash script
Contributions are always welcome!