feat(client_web): add opponent events buffer and confirmation steps
This commit is contained in:
parent
77233b24c0
commit
3c28eb465e
4 changed files with 209 additions and 17 deletions
|
|
@ -38,5 +38,9 @@
|
|||
"vs_bot_label": "vs Bot",
|
||||
"you_win": "You win!",
|
||||
"opp_wins": "{{ name }} wins!",
|
||||
"play_again": "Play again"
|
||||
"play_again": "Play again",
|
||||
"after_opponent_roll": "Opponent rolled",
|
||||
"after_opponent_go": "Opponent chose to continue",
|
||||
"after_opponent_move": "Opponent moved — your turn",
|
||||
"continue_btn": "Continue"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue