cs361-W16 / Blackjack-3

0 stars 4 forks source link

Initial create of Game class and GameTester. #6

Closed armatasc closed 8 years ago

armatasc commented 8 years ago

The dealHand function is essentially Play Again and most of the other functions are back-end functions (abstracted from user).

Still need to code: "Stay" (dealer gets cards [Dealer's Rules] -> end game-> calc winner), "Double Down", and "Split".