Metadata-Version: 2.4
Name: blackjackFire
Version: 1.2.0
Summary: A terminal-based Blackjack game
Author-email: FireShade3DS <ben042010@icloud.com>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Topic :: Games/Entertainment :: Board Games
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: termcolor
Requires-Dist: colorama
Dynamic: license-file


# 🃏 blackjackFire

A terminal-based Blackjack game written in Python. Play against the dealer, test your luck, and enjoy a classic card game experience—all from your command line.

---

## 🎮 Features

- Classic Blackjack rules
- Dealer AI with basic strategy
- Color-coded terminal output using `termcolor`
- Simple command-line interface

---

## 🚀 Installation

Install via pip:

```bash
pip install blackjackFire
```

---

## ▶️ How to Play

Once installed, launch the game from your terminal:

```bash
blackjack
```

Follow the prompts to hit, stand, and try to beat the dealer!

---

## 📦 Requirements

- Python 3.7+
- `termcolor`, (automatically installed)
- `colorama`   (automatically installed)

---

## 👤 Author

Created by [**FireShade3DS**](mailto:ben042010@icloud.com)

---

## 📄 License

This project is licensed under the MIT License. See the `LICENSE` file for details.

---

Enjoy the game—and may the cards be ever in your favor!
