Skip to content

ExPikaPaka/BlackJack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About the project

The "BlackJack" project is a BlackJack card game developed in the C++ programming language using the SDL (Simple DirectMedia Layer) library. The game provides an opportunity to play the classic BlackJack card game against a computer dealer. Game has active interaction with player, and pleasant, soothing background music.

Demo photos

demo_1 demo_2 demo_3 demo_4

Installation

To run the game "BlackJack" on your computer, you need to follow these steps:

  1. Install a C++ compiler (such as MinGW or Visual Studio) on your system if it is not already installed.

  2. Clone the "BlackJack" project repository to your local computer or download the archive with the project.

  3. Make sure you have SDL (Simple DirectMedia Layer) and SDL_image installed on your computer. If they are not already installed, follow the instructions to install SDL and SDL_image for your operating system.

  4. Open the project in your chosen development environment (for example, Visual Studio, Code::Blocks) or compile the game source code with your chosen C++ compiler.

  5. Compile and run the "BlackJack" project.

Control

Control in the game "BlackJack" is carried out using the mouse.

  • Use mouse to navigate menus and select options.
  • To select an option or confirm an action, use the left mouse button.

Dependencies

The "BlackJack" project depends on the following libraries: