rockycookie / blackjack_ui

Blackjack game UI providing web interface for player signup/login and single player game against robot dealer. Just refactored to Flux design pattern. Now working on Multi-player game!
0 stars 0 forks source link

Add FSM to hide/show buttons #4

Closed rockycookie closed 3 years ago

rockycookie commented 3 years ago

Stage starts from "IDLE", once started, it keeps being "PLAYER_TURN" until clicking on "stand" button, which changes the stage back to "IDLE".