kedoska / engine-blackjack

Javascript library to make blackjack engines
GNU General Public License v2.0
33 stars 29 forks source link

dealer ace #65

Closed briandanilo closed 4 years ago

briandanilo commented 4 years ago

What kind of issue is this? "Bug" or "New Feature"

Hi there! Love this engine, thanks so much for sharing! Pretty sure I've found a bug...

Actual behavior

when the dealer is showing an ace, all player actions return INVALID

How can we reproduce it? From "Stage" -> "Action" -> Cards

stage = "player-turn-right" action = "stand" or "split" or "hit" or "double" (they all come back invalid)

briandanilo commented 4 years ago

im guessing this is something to do with insurance. sorry!