X-Git-Url: https://git.auder.net/assets/icon_infos.svg?a=blobdiff_plain;f=variants.js;h=175c42690f9cb0a4f90d89f600a787b8fd1a2478;hb=a37076f1ac8f4c19d9b34a60cbe89df86b88fa0b;hp=6c2f62cf69101bf19f30eceef6dfe577d13b956a;hpb=204e289bbcddc69e2d81aef492dbea6db9e31188;p=vchess.git diff --git a/variants.js b/variants.js index 6c2f62cf..175c4269 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" : "Grand", "description" : "Big board" }, -// { "name" : "Wildebeest", "description" : "Balanced sliders & leapers" }, + { "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" }, ];