Skip to content

Alex-Luo/Luo_CSCI2270_FinalProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luo_CSCI2270_FinalProject

Project Summary

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.

How to Run

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

Dependencies

None

System Requirements

System with a C++ compiler

Group Members

Alex Luo

Brian Ensor

Open Issues/Bugs

About

One on One Blackjack in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages