X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fjavascripts%2Fcomponents%2Fgame.js;h=c7e9ff186328376199485b264c288bb2df1a0af9;hb=0b5fa571c10c5d5befc81b3984ead9b4b1a3e14e;hp=397ba521b2bd89f062e445b8f101df90735c621b;hpb=a4cf093aa57faa18751e4978c1512558cce3417a;p=vchess.git diff --git a/public/javascripts/components/game.js b/public/javascripts/components/game.js index 397ba521..c7e9ff18 100644 --- a/public/javascripts/components/game.js +++ b/public/javascripts/components/game.js @@ -574,6 +574,7 @@ Vue.component('my-game', { this.newGame("computer"); }, newGame: function(mode, fenInit, color, oppId, moves, continuation) { + //const fen = "3b1l2/ppp1p1pp/4o1r1/4N3/8/8/PPPPPPPP/RN1BBKQR 1111";//"rqbbnnkr/pppppppp/8/8/8/8/PPPPPPPP/RNNBBKQR 1111";//fenInit || VariantRules.GenRandInitFen(); const fen = fenInit || VariantRules.GenRandInitFen(); console.log(fen); //DEBUG this.score = "*";