Monte Carlo Simulation : Blackjack Card Game

 

(Please note: This outline will be revised in another day or so. Click here to visit Cathy's official Project Page for an updated version.)

 

List of classes:

class NewCardGame : public CardGame
{
};

and using the classes Deck_of_Cards, Card, and Player (see below.)

 

Disclaimer -- This outline merely reflects my "grand visions" for a simple, yet entertaining and functional, card game. Any similarities to my final C++ project are purely the result of a lot of hard work and sleepless nights. Good luck to eve ryone in the P231A class!

cohara@uci.edu