X-Git-Url: https://git.auder.net/img/rock_paper_scissors_lizard_spock.gif?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=5eeb7fd5a6b472b38abd87fd7e42ff7ba2bc64a7;hb=2cc10cdbc230f82202bdddb7a244c903c05ab351;hp=ab6ae7a8b735b07c4475300e23b854f0509a3a56;hpb=967a2686ea801d4b33129d78087651451ef1904b;p=vchess.git diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index ab6ae7a8..5eeb7fd5 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -11,6 +11,8 @@ button(@click="abortGame") {{ st.tr["Game is too boring"] }} BaseGame(:game="game" :vr="vr" ref="basegame" @newmove="processMove" @gameover="gameOver") + // TODO: also show players names + div Time: {{ virtualClocks[0] }} - {{ virtualClocks[1] }} .button-group(v-if="game.mode!='analyze' && game.score=='*'") button(@click="offerDraw") Draw button(@click="() => abortGame()") Abort @@ -20,12 +22,29 @@ div(v-show="cursor>=0") {{ moves[cursor].message }} + +