A Blackjack game simulation, where you can play against the dealer. The game includes:
- Card shuffling
- Player and dealer logic
- Betting system
- Real-time balance tracking
- Python 3.x
- Clone the repository
- Install dependencies (if any)
- Run
python3 main.py