projects
/
vchess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b0384f
)
'update'
author
Benjamin Auder
<benjamin.auder@somewhere>
Tue, 4 Jun 2019 17:29:52 +0000
(19:29 +0200)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Tue, 4 Jun 2019 17:29:52 +0000
(19:29 +0200)
client/src/views/Game.vue
patch
|
blob
|
blame
|
history
diff --git
a/client/src/views/Game.vue
b/client/src/views/Game.vue
index
22cf5bf
..
dd04b86
100644
(file)
--- 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 ?
},
},
};