A simple Python implementation of the classic card game, Blackjack. Built as a learning project while exploring the fundamentals of Python programming.
- Interactive gameplay for a single player versus the dealer.
- Implements standard Blackjack rules.
- Designed to run in the terminal.
- Python 3.x
- Clone the repository:
git clone https://github.com/xjwllmsx/blackjack.git
cd blackjack
- Run the program:
python blackjack.py