A text-based Blackjack game built in Python. This project simulates a basic game of Blackjack between a player and the computer (dealer). Developed as part of my programming practice and shared on LinkedIn.
- Fully shuffled 52-card deck
- Player vs. Dealer logic
- Aces automatically count as 1 or 11
- Simple terminal interface
- Score comparison and winner detection
- Python 3
- Built-in
randommodule
The game starts by creating and shuffling a full deck.
Player and dealer are both dealt two cards.
Player can choose to Hit or Stand.
Dealer draws until reaching 17 or higher.
Game compares scores and announces the result.
Author Ariana Garcia π Texas | π©βπ» Computer Science Student | π Full-Stack Enthusiast