X-Git-Url: https://git.auder.net/img/rock_paper_scissors_lizard_spock.gif?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=47605c47543b76370a06a9923461aeab449fa176;hb=2be5d6140901fc7bb2a33d672e52cfdc545a1912;hp=96c711b6d956aa2c0d323690ab93a64a458edfa5;hpb=9aa229f3fbc99657d1ce45e5deaf9643b24c58ea;p=vchess.git diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 96c711b6..47605c47 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -11,7 +11,7 @@ button(@click="abortGame") {{ st.tr["Game is too boring"] }} BaseGame(:game="game" :vr="vr" ref="basegame" @newmove="processMove" @gameover="gameOver") - // TODO: show players names + clocks state + // TODO: also show players names div Time: {{ virtualClocks[0] }} - {{ virtualClocks[1] }} .button-group(v-if="game.mode!='analyze' && game.score=='*'") button(@click="offerDraw") Draw @@ -24,12 +24,18 @@ + +