vermiculus / se-blackjack

Software Engineering Blackjack Project
0 stars 1 forks source link

Tracy Changed the requirements #19

Closed epicfarmer closed 11 years ago

epicfarmer commented 11 years ago

instead of 18, the number is now 17.

So Dealer Must hit if total in hand is < 17

So Dealer Must stand if total in hand is >= 17

vermiculus commented 11 years ago

I'm pretty sure it's always been 17 (at least, that's what is represented in the program logic)

epicfarmer commented 11 years ago

Dealer hits if total is 17. This is a bug.

vermiculus commented 11 years ago

Whoops - misunderstood what you meant. Fixed.