kedoska / engine-blackjack

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

Double: History does not show the cards #32

Closed pcclickbit closed 7 years ago

pcclickbit commented 7 years ago

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

Bug

Actual behavior

In the history does not show the cards, the json is:

        {
            "bet": 1.1,
            "dealerCards": [],
            "left": [],
            "right": [],
            "type": "DOUBLE"
        },

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

New game Deal Double go to the History to see the cards