vermiculus / se-blackjack

Software Engineering Blackjack Project
0 stars 1 forks source link

Blackjack #20

Closed epicfarmer closed 11 years ago

epicfarmer commented 11 years ago

Requirement 3.12.1: If the player has a face card and an ace, then theyt must have blackjack.

Requirement 3.12.2: If a player has blackjack, play must automatically proceed to the dealer.

Comment: This just isn't included. Not sure how hard it would be to retroactively fill in. Professor Tracy Ok'd it, so that must be how it goes. By the way, Face Cards are "Jack, Queen, King".

vermiculus commented 11 years ago

Hmmm. As it's implemented now, the round simply ends. It should be considered an automatic stand?

epicfarmer commented 11 years ago

the requirement is ambiguous, but there's no reason for the dealer to play. So the way its implemented currently is fine in that regard.

vermiculus commented 11 years ago

Did you edit this issue entirely? This shouldn't happen - we need to have record of what happened and how it was resolved.

I'll see what I can do now about the current issue.

vermiculus commented 11 years ago

Done.