X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=public%2Fjavascripts%2Fcomponents%2Fgame.js;h=6361b8a1e6e78aa12f347cb22d88f09e24b2f279;hp=096a9e56d55256fcfbedeef0cf2b54c50691d0e9;hb=4608eed94432356bd2df8c144d7d233913c6483c;hpb=d44df0b01732d1948525daef5df62211ea6e1f64 diff --git a/public/javascripts/components/game.js b/public/javascripts/components/game.js index 096a9e56..6361b8a1 100644 --- a/public/javascripts/components/game.js +++ b/public/javascripts/components/game.js @@ -55,12 +55,16 @@ Vue.component('my-game', { }, // Modal end of game, and then sub-components // TODO: provide chat parameters (connection, players ID...) - // and alwo moveList parameters (just moves ?) + // and also moveList parameters (just moves ?) // TODO: connection + turn indicators en haut à droite (superposé au menu) // TODO: controls: abort, clear, resign, draw (avec confirm box) // et si partie terminée : (mode analyse) just clear, back / play // + flip button toujours disponible // gotoMove : vr = new VariantRules(fen stocké dans le coup [TODO]) + + // NOTE: move.color must be fulfilled after each move played, because of Marseille (or Avalanche) chess + // --> useful in moveList component (universal comma separator ?) + template: `
@@ -83,7 +87,7 @@ Vue.component('my-game', {

- +