Skip to Content
Black Jack Card Game

Black Jack Card Game

This is a simple card game built using the QT C++ framework. The game is inspired by the popular casino game Black Jack, and it's designed for two players use.

Responsible Ahmad Tohamy
Date Jul 2023
Viewers 0
Basic Desktop App QT C/C++

Features

The Black Jack Card Game includes the following features:

  • Deck of cards with 52 cards
  • Random card draw
  • Betting system
  • Hit and stand options
  • Score tracking
  • Simple and intuitive graphical user interface using QT framework

Demo

Check out this gameplay video preview to see the Black Jack Card Game in action:

How to Play

The game is played with a standard deck of 52 cards. The objective of the game is to get as close to 21 points as possible without exceeding it. The player and the dealer are both dealt two cards at the beginning of the game. The player can choose to hit (draw another card) or stand (keep the current cards). each card has a point value as follows:

  • Cards 2 to 10 are worth their face value.
  • Face cards (Jack, Queen, and King) are worth 10 points each.
  • An Ace can be worth either 1 or 11 points, depending on which value would be more beneficial for the player.