Our program will be a one on one blackjack game between the player and the computer. The computer will play as the dealer, follwing standard casino rules. The player be given $100 to bet. When the player is out of money or decides to leave, the game will end.
git clone https://github.com/luoalex222/Luo_CSCI2270_FinalProject/
cd Luo_CSCI2270_FinalProject
c++ -std=c++11 Driver.cpp Card.cpp Dealer.cpp Decks.cpp Hand.cpp
./a.out
None
System with a C++ compiler
Alex Luo
Brian Ensor