X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=variants.js;h=7aef900d545607c0a50935ccb0ab417e30c899c4;hb=4b3539364e8fea527158f4ba27db1c0870ffd2fc;hp=6c2f62cf69101bf19f30eceef6dfe577d13b956a;hpb=204e289bbcddc69e2d81aef492dbea6db9e31188;p=vchess.git diff --git a/variants.js b/variants.js index 6c2f62cf..7aef900d 100644 --- a/variants.js +++ b/variants.js @@ -4,13 +4,12 @@ module.exports = [ { "name" : "Atomic", "description" : "Explosive captures" }, { "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" : "Magnetic", "description" : "Laws of attraction" }, + { "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" }, ];