Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 690 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 690 Bytes

BlackJack-Cpp

BlackJack-Cpp is the game Blackjack created in C++. It is run entirely in the terminal using ascii art for the cards.

Getting Started

Prerequisites

C++ 11 (g++ or gcc)

Installing

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

Built With

  • C++ - Language Used

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details