Blackjack game written in C++20 using Qt6
- You play quick 1v1 rounds with the dealer
- You can hit or stand, no double downs or fake money bets (yet)
- You can see total wins, draws and games played on top of the game window
2024-09-12.10-45-56.mp4
- You have to get as close to 21 without exceeding it (bust)
- The dealer has to hit (take a new card) until they reach at least 17, then they are forced to stand (wait for the round to end)
- Number cards count as their number, the jack, queen, and king ("face cards" or "pictures") count as 10, and aces count as either 1 or 11 according to the player's choice