“A terminal-based Blackjack game built in Python.”
A simple terminal-based Blackjack (21) game developed in Python using a functional programming approach.
- Player vs Dealer gameplay
- Standard Blackjack rules
- Ace value adjustment (1 or 11)
- Dealer logic (hits until 17)
- Simple and readable function-based structure
- Functions & modular design
- Loops and conditionals
- Lists and dictionaries
- Random module for shuffling
python blackjack.py