X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=variants.js;fp=variants.js;h=6c2f62cf69101bf19f30eceef6dfe577d13b956a;hb=204e289bbcddc69e2d81aef492dbea6db9e31188;hp=ed2b6badc34bf1a1c16c496041ebfdc681a5fdad;hpb=3840e240bd51d0c3bdc61a46969818b3eb5c9bcc;p=vchess.git diff --git a/variants.js b/variants.js index ed2b6bad..6c2f62cf 100644 --- a/variants.js +++ b/variants.js @@ -3,7 +3,7 @@ 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" : "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" },