Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 1.51 KB

README.md

File metadata and controls

58 lines (42 loc) · 1.51 KB

♠️♦️ Blackjack Game in C++ ♣️♥️

Welcome to my C++ Blackjack Game Project! This project implements a console-based Blackjack game using C++.

Table of Contents

Overview

This project is a classic implementation of the popular Blackjack card game in C++. The game follows standard Blackjack rules, providing an interactive experience through the console.

Features

  • Player vs. Computer gameplay
  • Standard Blackjack rules
  • User-friendly console interface
  • Simple and clean C++ codebase
  • Computer not seeing the Player hidden cards

Installation

No external libraries or dependencies are required for this project. Just clone the repository and compile(make and g++) the code to get started.

  1. Clone this repository to your local machine.
    git clone https://github.com/YanivZalach/Blackjack_Game.git ~/Documents/blackjack
  2. Navigate to the project directory.
    cd ~/Documents/blackjack
  3. Compile the C++ code using make.
    make

How to Play

  1. Run the executable.
    ~/Documents/blackjack/build/blackjack
  2. Follow the on-screen instructions to play the game.

Usage

  • Use the keyboard to input commands and make decisions during the game.
  • Follow the on-screen instructions to navigate through the game.

License

This project is licensed under the MIT License.