From: Benjamin Auder Date: Tue, 4 Jun 2019 17:29:52 +0000 (+0200) Subject: 'update' X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=2c4ea524d5acf3793e6f1283f888e4ed4e767644 'update' --- diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 22cf5bf7..dd04b869 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -259,6 +259,9 @@ export default { }, processMove: function(move) { // TODO: process some opponent's move + + // update storage (corr or live), send move to opponent (if ours) / + // notify BaseGame if opponents move (how ?) --> need a game.newmove field ? }, }, };