X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=variants.js;h=5623334e7aa54bf9f053be11bafdc4c11013337e;hb=32cfcea44bf00b0c6c4d172cca715823076ff490;hp=8a00fe002379beecdbf4c0a8a5e7764a5b3d8555;hpb=a6abf094c35a26019e47fea21302c4be32ff030b;p=vchess.git diff --git a/variants.js b/variants.js index 8a00fe00..5623334e 100644 --- a/variants.js +++ b/variants.js @@ -12,4 +12,6 @@ module.exports = [ { "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" }, + { "name": "Half", "description": "Small board" }, ];