X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=variants.js;h=7aef900d545607c0a50935ccb0ab417e30c899c4;hb=a3eb4cc5131333f1ef08a3f41ba68692a7d6bb63;hp=10367645d9add27070f164018c7511e54704b6be;hpb=f3c10e18c1585f043e22b875e9755814fa9218d7;p=vchess.git diff --git a/variants.js b/variants.js index 10367645..7aef900d 100644 --- a/variants.js +++ b/variants.js @@ -5,12 +5,11 @@ module.exports = [ { "name" : "Chess960", "description" : "Standard rules" }, { "name" : "Antiking", "description" : "Keep antiking in check" }, { "name" : "Magnetic", "description" : "Laws of attraction" }, -// { "name" : "Alice", "description" : "Both sides of the mirror" }, + { "name" : "Alice", "description" : "Both sides of the mirror" }, // { "name" : "Grand", "description" : "Big board" }, // { "name" : "Wildebeest", "description" : "Balanced sliders & leapers" }, // { "name" : "Loser", "description" : "Lose all pieces" }, // { "name" : "Crazyhouse", "description" : "Captures reborn" }, // { "name" : "Switching", "description" : "Exchange pieces positions" }, // { "name" : "Absorption", "description" : "Capture enhance movements" }, -// { "name" : "Dark", "description" : "In the fog" }, ];