X-Git-Url: https://git.auder.net/assets/icon_close.svg?a=blobdiff_plain;f=public%2Fjavascripts%2Fcomponents%2Fgame.js;h=1f47b604137e775949cf0e7a01b5248fe06d5940;hb=06ddfe34f6ef5c82d206332245ed4f33a9d92715;hp=a7acc10d164e128d9c446ff83ddea3f47fba6128;hpb=0f51ef985c094530a63d242dddf514e66d23959b;p=vchess.git diff --git a/public/javascripts/components/game.js b/public/javascripts/components/game.js index a7acc10d..1f47b604 100644 --- a/public/javascripts/components/game.js +++ b/public/javascripts/components/game.js @@ -574,8 +574,6 @@ Vue.component('my-game', { this.newGame("computer"); }, newGame: function(mode, fenInit, color, oppId, moves, continuation) { - //const fen = "bbrkqnrn/pppppppp/8/8/8/8/PPPPPPPP/NNRKQBBR 1111"; - //const fen = "bbrkqnr1/pppppp1p/6o1/6s1/3SS3/8/PPP2PPP/NNRKQBBR 1111"; //first 2 moves == pb const fen = fenInit || VariantRules.GenRandInitFen(); console.log(fen); //DEBUG this.score = "*";