https://github.com/rudolf1517/blackjack-cli
BlackJack-CLI
https://github.com/rudolf1517/blackjack-cli
blackjack blackjack-cli cli cli-app
Last synced: 10 months ago
JSON representation
BlackJack-CLI
- Host: GitHub
- URL: https://github.com/rudolf1517/blackjack-cli
- Owner: RUdolf1517
- Created: 2025-07-12T17:55:38.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-07-12T19:11:14.000Z (12 months ago)
- Last Synced: 2025-07-12T21:17:38.796Z (12 months ago)
- Topics: blackjack, blackjack-cli, cli, cli-app
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# โ ๏ธ Blackjack-CLI โ ๏ธ
Welcome to a simple yet stylish implementation of **Blackjack** (21) in the terminal, written in **Python** with a touch of color using `colorama`.
## ๐ฎ Features
- ๐น 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**!
## ๐ฆ Requirements
To run this project you need:
- Python 3.6
- colorama
```bash
pip install colorama
```
## Installation
Soon
## Features
- Remade UI
- More emotions!
- ะกode optimization
- Setup bash script
## Contributing
Contributions are always welcome!
## License
[MIT](https://choosealicense.com/licenses/mit/)