Website to play to many chess variants, including rare ones - some almost
never seen elsewhere, like "l'Échiqueté" [french], renamed "checkered chess"
-in English.
-
-Notes:
- - Games start with a random assymetric position!
- - No ratings, no tournaments: no "competition spirit"
+in English. No ratings, no tournaments: no "competition spirit".
## Get involved
--> need a bit more duplicated logic: in Game page, listen for newgame, and add a "launchGame" function
Will need a 'rematch' field in Game on server
-Store sid on server in user, so that multi-accounts on same browser works better
-(and require no more the check on names in Game in isConnected() )
-
# New variants
8-pieces https://www.youtube.com/watch?v=XZ8K02Da7Ps&list=PLRyjH8DPuzTBiym6lA0r84P8N0HnTtZyN&index=6&t=0s
https://www.chessvariants.com/rules/8-piece-chess
(rem == 1 && myColor == "b")
);
};
- if (game.type == "live" || !isMyTurn(game))
+ if (game.type == "live" || !isMyTurn(game)) {
this.$router.push("/game/" + game.id);
+ return;
+ }
// It's my turn in this game. Are there others?
let nextIds = "";
let otherCorrGamesMyTurn = this.corrGames.filter(