X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=variants.js;h=7aef900d545607c0a50935ccb0ab417e30c899c4;hb=4b3539364e8fea527158f4ba27db1c0870ffd2fc;hp=ed2b6badc34bf1a1c16c496041ebfdc681a5fdad;hpb=01ca2adce0ddcf246f184c6d19389262b0f5e6e5;p=vchess.git diff --git a/variants.js b/variants.js index ed2b6bad..7aef900d 100644 --- a/variants.js +++ b/variants.js @@ -3,14 +3,13 @@ module.exports = [ { "name" : "Zen", "description" : "Reverse captures" }, { "name" : "Atomic", "description" : "Explosive captures" }, { "name" : "Chess960", "description" : "Standard rules" }, -// { "name" : "AntiKing", "description" : "Keep anti-king in check" }, -// { "name" : "Magnetic", "description" : "Laws of attraction" }, -// { "name" : "Alice", "description" : "Both sides of the mirror" }, + { "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" : "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" }, ];