X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=variants.js;h=86623165fcac5edc6402df6a6c0bd3533bf59410;hb=9b76053854ec41e9f4d52aa5ddc51ea4c4c33ab6;hp=aafd02a3d528dfc02e1d54f9333cd29c534ed000;hpb=f54357573d4fdf87a05b19f78506c11f16bb3a26;p=xogo.git diff --git a/variants.js b/variants.js index aafd02a..8662316 100644 --- a/variants.js +++ b/variants.js @@ -1,18 +1,18 @@ const variants = [ - // TODO: https://mancala.fandom.com/wiki/William_Daniel_Troyka Cleopatra chess {name: 'Absorption', desc: 'Absorb powers'}, -// {name: 'Alapo', desc: 'Geometric Chess'}, -// {name: 'Alice', desc: 'Both sides of the mirror'}, -// {name: 'Align4', desc: 'Align four pawns'}, -// {name: 'Allmate', desc: 'Mate any piece'}, -// {name: 'Ambiguous', desc: "Play opponent's pieces"}, -// {name: 'Antiking1', desc: 'Keep antiking in check', disp: 'Anti-King'}, -// {name: 'Antimatter', desc: 'Dangerous collisions'}, -// {name: 'Apocalypse', desc: 'The end of the world'}, -// {name: 'Arena', desc: 'Middle battle'}, -// {name: 'Atarigo', desc: 'First capture wins', disp: 'Atari-Go'}, + {name: 'Alapo', desc: 'Geometric Chess'}, + {name: 'Alice', desc: 'Both sides of the mirror'}, + {name: 'Align4', desc: 'Align four pawns'}, + {name: 'Allmate', desc: 'Mate any piece'}, + {name: 'Ambiguous', desc: "Play opponent's pieces"}, + {name: 'Antiking1', desc: 'Keep antiking in check', disp: 'Anti-King I'}, + {name: 'Antiking2', desc: 'Keep antiking in check', disp: 'Anti-King II'}, + {name: 'Antimatter', desc: 'Dangerous collisions'}, + {name: 'Apocalypse', desc: 'The end of the world'}, + {name: 'Arena', desc: 'Middle battle'}, + {name: 'Atarigo', desc: 'First capture wins', disp: 'Atari-Go'}, {name: 'Atomic', desc: 'Explosive captures'}, -// {name: 'Avalam', desc: 'Build towers'}, + {name: 'Avalam', desc: 'Build towers'}, // {name: 'Avalanche', desc: 'Pawnfalls'}, // {name: 'Ball', desc: 'Score a goal'}, // {name: 'Balaklava', desc: 'Meet the Mammoth'},