feat: add stand and get game features to blackjack game with animations #105

Merged
jleibl merged 22 commits from task/CAS-50/add_rest_blackjack_logic_with_frontend_animations into main 2025-04-02 08:28:43 +00:00
Showing only changes of commit 08b12d238e - Show all commits

View file

@ -4,5 +4,6 @@ public enum BlackJackState {
IN_PROGRESS, IN_PROGRESS,
PLAYER_BLACKJACK, PLAYER_BLACKJACK,
PLAYER_LOST, PLAYER_LOST,
PLAYER_WON,
DRAW, DRAW,
} }