X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=variants.js;fp=variants.js;h=0000000000000000000000000000000000000000;hb=da06a6eb0237123ce43fdb01cb06246b8b57f5e5;hp=2a20ffd958be6e81fdeff9819021d33ae2f58dd2;hpb=4ecf423bce243e8e10b5b777a95f67ecc9f8d8d3;p=vchess.git diff --git a/variants.js b/variants.js deleted file mode 100644 index 2a20ffd9..00000000 --- a/variants.js +++ /dev/null @@ -1,16 +0,0 @@ -module.exports = [ - { "name": "Checkered", "description": "Shared pieces" }, - { "name": "Zen", "description": "Reverse captures" }, - { "name": "Atomic", "description": "Explosive captures" }, - { "name": "Chess960", "description": "Standard rules" }, - { "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": "Crazyhouse", "description": "Captures reborn" }, - { "name": "Switching", "description": "Exchange pieces positions" }, - { "name": "Extinction", "description": "Capture all of a kind" }, - { "name": "Ultima", "description": "Non-standard captures" }, -];