Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skelly37/blackjack

Simple user vs dealer blackjack game written in C++20 with Qt6
https://github.com/skelly37/blackjack

blackjack card card-game cards cards-game cplusplus cplusplus-20 cpp cpp20 game gui qt qt-game qt6

Last synced: about 1 month ago
JSON representation

Simple user vs dealer blackjack game written in C++20 with Qt6

Awesome Lists containing this project

README

        

# Blackjack

Blackjack game written in C++20 using Qt6

## About
- 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

## Demo

https://github.com/user-attachments/assets/d9af2f80-6ea2-46d9-9d20-fc30424fb25b

## How to play Blackjack?

- 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*](https://en.wikipedia.org/wiki/Blackjack)