Conversation
|
Looks good for panda -- any questions? |
|
Hi, For tiger assignment: "If a player busts (goes over 21), the game should #standfor the player": I understand if a player goes over 21, the player continues playing, is that correct? Thanks Date: Tue, 16 Jul 2013 18:27:11 -0700 Looks good for panda -- any questions? — |
|
Hi yan! In blackjack, the goal is to get as close to 21 without going over. If you do go over, the game stops and you lost. On Tue, Jul 16, 2013 at 11:27 PM, Yan Go notifications@github.com wrote:
|
Added tests and to_s instance method modified.