Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/skelly37/blackjack
- Owner: skelly37
- Created: 2024-08-07T18:06:31.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-09-28T12:50:23.000Z (about 2 months ago)
- Last Synced: 2024-09-29T06:05:10.067Z (about 2 months ago)
- Topics: blackjack, card, card-game, cards, cards-game, cplusplus, cplusplus-20, cpp, cpp20, game, gui, qt, qt-game, qt6
- Language: CMake
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)