An open API service indexing awesome lists of open source software.

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

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