X-Git-Url: https://git.auder.net/css/rpsls.css?a=blobdiff_plain;f=variants.js;h=10367645d9add27070f164018c7511e54704b6be;hb=1af36beb39aa5d59735483e915fd1040f93eecca;hp=ed2b6badc34bf1a1c16c496041ebfdc681a5fdad;hpb=01ca2adce0ddcf246f184c6d19389262b0f5e6e5;p=vchess.git diff --git a/variants.js b/variants.js index ed2b6bad..10367645 100644 --- a/variants.js +++ b/variants.js @@ -3,8 +3,8 @@ 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" : "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" },