qWeX23 / BlackJackSEM

this is the thing for SEM Black Jack for class and stuff so yeah welcome
0 stars 0 forks source link

hasBJ method in hand class #30

Closed PaddyLevitt closed 8 years ago

PaddyLevitt commented 8 years ago

During unit test updating discovered that hasBJ method did not yield true if Black Jack (21) was dealt to player on initial deal.

PaddyLevitt commented 8 years ago

Fixed this by editing method to properly account for an Ace in the hand.