feat(web client): take & replay game snapshot
This commit is contained in:
parent
a82169fbe5
commit
fbc6a3c432
5 changed files with 239 additions and 3 deletions
|
|
@ -16,6 +16,14 @@
|
|||
"go": "Go",
|
||||
"empty_move": "Empty move",
|
||||
"cancel_move": "Cancel move",
|
||||
"debug_section": "Debug",
|
||||
"take_snapshot": "Take snapshot",
|
||||
"snapshot_copied": "Copied!",
|
||||
"replay_snapshot": "Replay snapshot",
|
||||
"replay_paste_hint": "Paste a snapshot JSON to start a bot game from that position.",
|
||||
"replay_start": "Start",
|
||||
"replay_invalid_state": "Invalid snapshot — paste the JSON copied by Take snapshot.",
|
||||
"cancel": "Cancel",
|
||||
"you_suffix": " (you)",
|
||||
"points_label": "Points",
|
||||
"holes_label": "Holes",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue