| 1 | -- Re-run this script after variants are added |
| 2 | |
| 3 | insert or ignore into Variants (name, description, noProblems) values |
| 4 | ('Apocalypse', 'The end of the world', true), |
| 5 | ('Chakart', 'Capture the princess', true), |
| 6 | ('Dark', 'In the shadow', true), |
| 7 | ('Dice', 'Roll the dice', true), |
| 8 | ('Hidden', 'Unidentified pieces', true), |
| 9 | ('Hiddenqueen', 'Queen disguised as a pawn', true), |
| 10 | ('Synchrone1', 'Play at the same time (v1)', true), |
| 11 | ('Synchrone2', 'Play at the same time (v2)', true); |
| 12 | |
| 13 | insert or ignore into Variants (name, description) values |
| 14 | ('Absorption', 'Absorb powers'), |
| 15 | ('Alapo', 'Geometric Chess'), |
| 16 | ('Alice', 'Both sides of the mirror'), |
| 17 | ('Align4', 'Align four pawns'), |
| 18 | ('Allmate1', 'Mate any piece (v1)'), |
| 19 | ('Allmate2', 'Mate any piece (v2)'), |
| 20 | ('Ambiguous', 'Play opponent''s pieces'), |
| 21 | ('Antiking1', 'Keep antiking in check (v1)'), |
| 22 | ('Antiking2', 'Keep antiking in check (v2)'), |
| 23 | ('Antimatter', 'Dangerous collisions'), |
| 24 | ('Arena', 'Middle battle'), |
| 25 | ('Atarigo', 'First capture wins'), |
| 26 | ('Atomic1', 'Explosive captures (v1)'), |
| 27 | ('Atomic2', 'Explosive captures (v2)'), |
| 28 | ('Avalam1', 'Build towers (v1)'), |
| 29 | ('Avalam2', 'Build towers (v2)'), |
| 30 | ('Avalanche', 'Pawnfalls'), |
| 31 | ('Ball', 'Score a goal'), |
| 32 | ('Balaklava', 'Meet the Mammoth'), |
| 33 | ('Bario', 'A quantum story'), |
| 34 | ('Baroque', 'Exotic captures'), |
| 35 | ('Benedict', 'Change colors'), |
| 36 | ('Berolina', 'Pawns move diagonally'), |
| 37 | ('Bicolour', 'Harassed kings'), |
| 38 | ('Bishopawns', 'Bishop versus pawns'), |
| 39 | ('Brotherhood', 'Friendly pieces'), |
| 40 | ('Cannibal', 'Capture powers'), |
| 41 | ('Capablanca', 'Capablanca Chess'), |
| 42 | ('Capture', 'Mandatory captures'), |
| 43 | ('Castle', 'Win by castling long'), |
| 44 | ('Checkered1', 'Shared pieces (v1)'), |
| 45 | ('Checkered2', 'Shared pieces (v2)'), |
| 46 | ('Checkless', 'No-check mode'), |
| 47 | ('Chess960', 'Standard rules'), |
| 48 | ('Circular', 'Run forward'), |
| 49 | ('Clorange', 'A Clockwork Orange'), |
| 50 | ('Colorbound', 'The colorbound clobberers'), |
| 51 | ('Convert', 'Convert enemy pieces'), |
| 52 | ('Coregal', 'Two royal pieces'), |
| 53 | ('Coronation', 'Long live the Queen'), |
| 54 | ('Crazyhouse', 'Captures reborn'), |
| 55 | ('Crossing', 'Cross the river'), |
| 56 | ('Cylinder', 'Neverending rows'), |
| 57 | ('Diamond', 'Rotating board'), |
| 58 | ('Discoduel', 'Enter the disco'), |
| 59 | ('Dobutsu', 'Let''s catch the Lion!'), |
| 60 | ('Doublearmy', '64 pieces on the board'), |
| 61 | ('Doublemove1', 'Double moves (v1)'), |
| 62 | ('Doublemove2', 'Double moves (v2)'), |
| 63 | ('Dynamo', 'Push and pull'), |
| 64 | ('Eightpieces', 'Each piece is unique'), |
| 65 | ('Emergo', 'Stacking Checkers variant'), |
| 66 | ('Empire', 'Empire versus Kingdom'), |
| 67 | ('Enpassant', 'Capture en passant'), |
| 68 | ('Evolution', 'Faster development'), |
| 69 | ('Extinction', 'Capture all of a kind'), |
| 70 | ('Fanorona', 'Malagasy Draughts'), |
| 71 | ('Football', 'Score a goal'), |
| 72 | ('Forward', 'Moving forward'), |
| 73 | ('Freecapture', 'Capture both colors'), |
| 74 | ('Fugue', 'Baroque Music'), |
| 75 | ('Fullcavalry', 'Lancers everywhere'), |
| 76 | ('Fusion', 'Fusion pieces (v1)'), |
| 77 | ('Gomoku', 'Align five stones'), |
| 78 | ('Grand', 'Big board'), |
| 79 | ('Grasshopper', 'Long jumps over pieces'), |
| 80 | ('Gridolina', 'Jump the borders'), |
| 81 | ('Hamilton', 'Walk on a graph'), |
| 82 | ('Hoppelpoppel', 'Knibis and Bisknis'), |
| 83 | ('Horde', 'A pawns cloud'), |
| 84 | ('Hypnotic', 'Mind control (v1)'), |
| 85 | ('Iceage', 'Ice Age is coming!'), |
| 86 | ('Interweave', 'Interweaved colorbound teams'), |
| 87 | ('Isardam', 'No paralyzed pieces'), |
| 88 | ('Janggi', 'Korean Chess'), |
| 89 | ('Joker', 'Replace pieces'), |
| 90 | ('Karouk', 'Thai Chess (v3)'), |
| 91 | ('Kinglet', 'Protect your pawns'), |
| 92 | ('Kingsmaker', 'Promote into kings'), |
| 93 | ('Knightmate', 'Mate the knight'), |
| 94 | ('Knightpawns', 'Knight versus pawns'), |
| 95 | ('Knightrelay1', 'Move like a knight (v1)'), |
| 96 | ('Knightrelay2', 'Move like a knight (v2)'), |
| 97 | ('Konane', 'Hawaiian Checkers'), |
| 98 | ('Koopa', 'Stun & kick pieces'), |
| 99 | ('Koth', 'King of the Hill'), |
| 100 | ('Losers', 'Get strong at self-mate'), |
| 101 | ('Madhouse', 'Rearrange enemy pieces'), |
| 102 | ('Madrasi', 'Paralyzed pieces'), |
| 103 | ('Magnetic', 'Laws of attraction'), |
| 104 | ('Maharajah', 'Augmented Queens'), |
| 105 | ('Makpong', 'Thai Chess (v2)'), |
| 106 | ('Makruk', 'Thai Chess (v1)'), |
| 107 | ('Maxima', 'Occupy the enemy palace'), |
| 108 | ('Mesmer', 'Mind control (v2)'), |
| 109 | ('Minishogi', 'Shogi 5 x 5'), |
| 110 | ('Minixiangqi', 'Xiangqi 7 x 7'), |
| 111 | ('Monochrome', 'All of the same color'), |
| 112 | ('Monster', 'White move twice'), |
| 113 | ('Musketeer', 'New fairy pieces'), |
| 114 | ('Omega', 'A wizard in the corner'), |
| 115 | ('Orda', 'Mongolian Horde (v1)'), |
| 116 | ('Ordamirror', 'Mongolian Horde (v2)'), |
| 117 | ('Otage', 'Capture and release hostages'), |
| 118 | ('Pacifist1', 'Convert & support (v1)'), |
| 119 | ('Pacifist2', 'Convert & support (v2)'), |
| 120 | ('Pacosako', 'Dance with the King'), |
| 121 | ('Pandemonium', 'Noise and confusion'), |
| 122 | ('Parachute', 'Landing on the board'), |
| 123 | ('Pawnmassacre', 'Pieces upside down'), |
| 124 | ('Pawns', 'Reach the last rank (v1)'), |
| 125 | ('Pawnsking', 'Reach the last rank (v2)'), |
| 126 | ('Perfect', 'Powerful pieces'), |
| 127 | ('Pocketknight', 'Knight in pocket'), |
| 128 | ('Progressive1', 'Play more and more moves (v1)'), |
| 129 | ('Progressive2', 'Play more and more moves (v2)'), |
| 130 | ('Queenpawns', 'Queen versus pawns'), |
| 131 | ('Racingkings', 'Kings cross the 8x8 board'), |
| 132 | ('Rampage', 'Move under cover'), |
| 133 | ('Relayup', 'Upgrade pieces'), |
| 134 | ('Rifle', 'Shoot pieces'), |
| 135 | ('Recycle', 'Reuse pieces'), |
| 136 | ('Refusal', 'Do not play that!'), |
| 137 | ('Rollerball', 'As in the movie'), |
| 138 | ('Rococo', 'Capture on the edge'), |
| 139 | ('Rookpawns', 'Rook versus pawns'), |
| 140 | ('Royalrace', 'Kings cross the 11x11 board'), |
| 141 | ('Rugby', 'Transform an essay'), |
| 142 | ('Schess', 'Seirawan-Harper Chess'), |
| 143 | ('Screen', 'Free initial setup'), |
| 144 | ('Selfabsorb', 'Fusion pieces (v2)'), |
| 145 | ('Shako', 'Non-conformism and utopia'), |
| 146 | ('Shatranj', 'Ancient rules'), |
| 147 | ('Shogi', 'Japanese Chess'), |
| 148 | ('Shogun', 'General''s Chess'), |
| 149 | ('Sittuyin', 'Burmese Chess'), |
| 150 | ('Spartan', 'Spartan versus Persians'), |
| 151 | ('Squatter1', 'Squat last rank (v1)'), |
| 152 | ('Squatter2', 'Squat last rank (v2)'), |
| 153 | ('Suicide', 'Lose all pieces'), |
| 154 | ('Suction', 'Attract opposite king'), |
| 155 | ('Swap', 'Dangerous captures'), |
| 156 | ('Switching', 'Exchange pieces'' positions'), |
| 157 | ('Synochess', 'Dynasty versus Kingdom'), |
| 158 | ('Takenmake', 'Prolongated captures'), |
| 159 | ('Teleport', 'Reposition pieces'), |
| 160 | ('Tencubed', 'Four new pieces'), |
| 161 | ('Threechecks', 'Give three checks'), |
| 162 | ('Titan', 'Extra bishops and knights'), |
| 163 | ('Twokings', 'Two kings'), |
| 164 | ('Upsidedown', 'Board upside down'), |
| 165 | ('Vchess', 'Pawns capture backward'), |
| 166 | ('Wildebeest', 'Balanced sliders & leapers'), |
| 167 | ('Wormhole1', 'Squares disappear (v1)'), |
| 168 | ('Wormhole2', 'Squares disappear (v2)'), |
| 169 | ('Xiangqi', 'Chinese Chess'), |
| 170 | ('Yote', 'African Draughts'), |
| 171 | ('Zen', 'Reverse captures'); |