vermiculus / se-blackjack

Software Engineering Blackjack Project
0 stars 1 forks source link

When the hand has been split on two aces, the aces do not 'buckle down' if necessary. #2

Closed vermiculus closed 11 years ago

vermiculus commented 12 years ago

Normally, an ace would have a value of either 1 or 11 - the highest value it can be without busting. It's not working right, and I kinda know why, but it's very difficult to put in words. Can someone help me with this?

vermiculus commented 11 years ago

Thinking about this for a long time, I think this issue was raised within latent confusion of the nature of the game and is no longer applicable.

vermiculus commented 11 years ago

(Just as clarification, this issue arose from how I implemented the Sum in PlayerHand. It returned the sum of the two hands, both split and normal together as one sum. This is simply not the correct behavior, so it has been removed.