From 2c4ea524d5acf3793e6f1283f888e4ed4e767644 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Tue, 4 Jun 2019 19:29:52 +0200 Subject: [PATCH] 'update' --- client/src/views/Game.vue | 3 +++ 1 file changed, 3 insertions(+) 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 ? }, }, }; -- 2.44.0