X-Git-Url: https://git.auder.net/assets/current/git-logo.png?a=blobdiff_plain;f=variants.js;h=10367645d9add27070f164018c7511e54704b6be;hb=43c0f1d8ead5eb867a78ad00c0983d70e07fe4bb;hp=6c2f62cf69101bf19f30eceef6dfe577d13b956a;hpb=204e289bbcddc69e2d81aef492dbea6db9e31188;p=vchess.git diff --git a/variants.js b/variants.js index 6c2f62cf..10367645 100644 --- a/variants.js +++ b/variants.js @@ -4,7 +4,7 @@ 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" : "Magnetic", "description" : "Laws of attraction" }, // { "name" : "Alice", "description" : "Both sides of the mirror" }, // { "name" : "Grand", "description" : "Big board" }, // { "name" : "Wildebeest", "description" : "Balanced sliders & leapers" },