"game.moveToPlay": function() {
this.play(this.game.moveToPlay, "receive", this.game.vname=="Dark");
},
- "game.score": function() {
- this.endGame(this.game.score, this.game.scoreMsg);
+ "game.score": function(score) {
+ if (score != "*")
+ this.endGame(score, this.game.scoreMsg);
},
},
computed: {
"White win": "White win",
"Black win": "Black win",
"Draw": "Draw",
+ "Unfinished": "Unknown",
"New live game": "New live game",
"New game versus computer": "New game versus computer",
"Analysis mode": "Analysis mode",