BlackJack-Cpp is the game Blackjack created in C++. It is run entirely in the terminal using ascii art for the cards.
C++ 11 (g++ or gcc)
To install this program run the following commands:
git clone https://github.com/WillHord/BlackJack-Cpp
cd BlackJack-Cpp && make
Once you have made the program you can then run it using the command
./BlackJack
- C++ - Language Used
- Will Hord - Willhord
This project is licensed under the MIT License - see the LICENSE file for details