X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=variants.js;h=7aef900d545607c0a50935ccb0ab417e30c899c4;hb=4b3539364e8fea527158f4ba27db1c0870ffd2fc;hp=0bb5c9ee1f826210008faa97ffb905ec33bbdf83;hpb=1d184b4c016a645228251ce984d4c980e60420b0;p=vchess.git diff --git a/variants.js b/variants.js index 0bb5c9ee..7aef900d 100644 --- a/variants.js +++ b/variants.js @@ -3,17 +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" : "Cylindric", "description" : "Sides comunicate" }, -// { "name" : "Moscow", "description" : "Custom pieces setup" }, + { "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" : "Shatranj", "description" : "Ancestral rules" }, +// { "name" : "Crazyhouse", "description" : "Captures reborn" }, // { "name" : "Switching", "description" : "Exchange pieces positions" }, // { "name" : "Absorption", "description" : "Capture enhance movements" }, -// { "name" : "Dark", "description" : "In the fog" }, -// { "name" : "Kriegspiel", "description" : "Blind war" }, ];