feat(client_web): add opponent events buffer and confirmation steps

This commit is contained in:
Henri Bourcereau 2026-04-05 18:43:13 +02:00
parent 77233b24c0
commit 3c28eb465e
4 changed files with 209 additions and 17 deletions

View file

@ -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"
}

View file

@ -38,5 +38,9 @@
"vs_bot_label": "contre le bot",
"you_win": "Vous avez gagné !",
"opp_wins": "{{ name }} gagne !",
"play_again": "Rejouer"
"play_again": "Rejouer",
"after_opponent_roll": "L'adversaire a lancé les dés",
"after_opponent_go": "L'adversaire s'en va",
"after_opponent_move": "L'adversaire a joué — à vous",
"continue_btn": "Continuer"
}