cs361-W16 / Blackjack-18

0 stars 3 forks source link

Basic game logic works for blackjack. #16

Closed siebertc closed 8 years ago

siebertc commented 8 years ago

There is no replay button, no indicator for the values of cards on the view, and no card pictures other than text depicting the values. Currently player cannot bust, and game only resolves when the player hits stay. This closes out #10