X-Git-Url: https://git.auder.net/?a=blobdiff_plain;ds=sidebyside;f=variants.js;h=175c42690f9cb0a4f90d89f600a787b8fd1a2478;hb=a37076f1ac8f4c19d9b34a60cbe89df86b88fa0b;hp=7aef900d545607c0a50935ccb0ab417e30c899c4;hpb=385166a4d682afbdd8e4adc885df9e7a39a5e52f;p=vchess.git diff --git a/variants.js b/variants.js index 7aef900d..175c4269 100644 --- a/variants.js +++ b/variants.js @@ -6,8 +6,8 @@ module.exports = [ { "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" : "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" },