Welcome to my C++ Blackjack Game Project! This project implements a console-based Blackjack game using C++.
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.
- Player vs. Computer gameplay
- Standard Blackjack rules
- User-friendly console interface
- Simple and clean C++ codebase
- Computer not seeing the Player hidden cards
No external libraries or dependencies are required for this project. Just clone the repository and compile(make
and g++
) the code to get started.
- Clone this repository to your local machine.
git clone https://github.com/YanivZalach/Blackjack_Game.git ~/Documents/blackjack
- Navigate to the project directory.
cd ~/Documents/blackjack
- Compile the C++ code using
make
.make
- Run the executable.
~/Documents/blackjack/build/blackjack
- Follow the on-screen instructions to play the game.
- Use the keyboard to input commands and make decisions during the game.
- Follow the on-screen instructions to navigate through the game.
This project is licensed under the MIT License.