A simple blackjack implementation with use of unicode (suits) and escape code (underline and colors). Requires a terminal able to use UTF-8.
Provided a simple make file to compile the main.cpp.
make- Dealer start with one card.
- Dealer must hit on soft 17
- Single Deck. The deck is shuffled every 6 rounds.
- Player is not allowed to split cards.