From 21936678e8108b8b9d6806396c33cc72e291ac6c Mon Sep 17 00:00:00 2001 From: Cameron Cheung Date: Thu, 19 Oct 2023 18:51:38 -0700 Subject: [PATCH] VVH to support finite unknown remotenesses --- .../GameBody/AppGameBodyStatisticsMessage.vue | 6 +- src/components/units/VVH/AppGameVvhBody.vue | 121 +++++++++++++++--- src/scripts/gamesmanUni/index.ts | 17 --- src/scripts/plugins/store/index.ts | 4 - 4 files changed, 108 insertions(+), 40 deletions(-) diff --git a/src/components/units/GameBody/AppGameBodyStatisticsMessage.vue b/src/components/units/GameBody/AppGameBodyStatisticsMessage.vue index 9e77594c..2bf7790c 100644 --- a/src/components/units/GameBody/AppGameBodyStatisticsMessage.vue +++ b/src/components/units/GameBody/AppGameBodyStatisticsMessage.vue @@ -4,7 +4,7 @@

{{ currentLeftPlayerName }} and {{ currentRightPlayerName }} are in a - draw! + draw.

{{ currentPlayerName }}'s @@ -13,8 +13,8 @@

{{ currentPlayerName }} should {{ currentPositionValue }} - the game in {{ currentRemoteness }} - moves. {{ mexStr }} + the game in {{ currentRemoteness }} + moves. {{ mexStr }}

{{ currentPlayerName }} should diff --git a/src/components/units/VVH/AppGameVvhBody.vue b/src/components/units/VVH/AppGameVvhBody.vue index 63027129..f4ce4ce4 100644 --- a/src/components/units/VVH/AppGameVvhBody.vue +++ b/src/components/units/VVH/AppGameVvhBody.vue @@ -79,23 +79,25 @@ D + text-anchor="middle">{{ isPuzzleGame ? 'F' : 'D' }} D + text-anchor="middle">{{ isPuzzleGame ? 'F' : 'D' }} - + + - + - - -