cs361-W16 / Blackjack-10

0 stars 4 forks source link

Implemented Hit, Stay, and Fold functionality. #9

Closed paublo96 closed 8 years ago

paublo96 commented 8 years ago

Some functions other people write will have to be linked up with stay and fold, such as checking for the winner, and exchanging money. I chose to move to the next hand when the winner is decided, but if we want to add a button instead, we can add that later.

ghost commented 8 years ago

Looks great, nice. We might want to add a button as far as the new hand thing goes, since it will fit nicely with the ante implementation as well. we can figure that out later though.