feat: add stand and get game features to blackjack game with animations #105
1 changed files with 1 additions and 0 deletions
|
@ -4,5 +4,6 @@ public enum BlackJackState {
|
|||
IN_PROGRESS,
|
||||
PLAYER_BLACKJACK,
|
||||
PLAYER_LOST,
|
||||
PLAYER_WON,
|
||||
DRAW,
|
||||
}
|
||||
|
|
Reference in a new issue