Add Allmate v1 and v2 (old buggish but funny rules)
[vchess.git] / server / db / populate.sql
CommitLineData
c326e657
BA
1-- Re-run this script after variants are added
2
8d7e2786 3insert or ignore into Variants (name,description) values
dac39588 4 ('Alice', 'Both sides of the mirror'),
9618937e
BA
5 ('Allmate1', 'Mate any piece (v1)'),
6 ('Allmate2', 'Mate any piece (v2)'),
dac39588 7 ('Antiking', 'Keep antiking in check'),
8b405c81 8 ('Antimatter', 'Dangerous collisions'),
c3a86f01 9 ('Arena', 'Middle battle'),
dac39588
BA
10 ('Atomic', 'Explosive captures'),
11 ('Baroque', 'Exotic captures'),
9bd6786b 12 ('Benedict', 'Change colors'),
dac39588
BA
13 ('Berolina', 'Pawns move diagonally'),
14 ('Checkered', 'Shared pieces'),
15 ('Chess960', 'Standard rules'),
e3e2cc44 16 ('Circular', 'Run forward'),
dac39588 17 ('Crazyhouse', 'Captures reborn'),
71ef1664 18 ('Cylinder', 'Neverending rows'),
dac39588 19 ('Dark', 'In the shadow'),
7d8bf63e 20 ('Enpassant', 'Capture en passant'),
dac39588
BA
21 ('Extinction', 'Capture all of a kind'),
22 ('Grand', 'Big board'),
a97bdbda 23 ('Grasshopper', 'Long jumps over pieces'),
241bf8f2 24 ('Hidden', 'Unidentified pieces'),
a97bdbda
BA
25 ('Hiddenqueen', 'Queen disguised as a pawn'),
26 ('Knightmate', 'Mate the knight'),
b627d118 27 ('Knightrelay', 'The knight transfers its powers'),
dac39588
BA
28 ('Losers', 'Lose all pieces'),
29 ('Magnetic', 'Laws of attraction'),
30 ('Marseille', 'Move twice'),
c3a86f01 31 ('Rifle', 'Shoot pieces'),
b627d118 32 ('Royalrace', 'Kings cross the board'),
78d64531 33 ('Recycle', 'Reuse pieces'),
a4eca0dc 34 ('Shatranj', 'Ancient rules'),
31e9e40a 35 ('Suction', 'Attract opposite king'),
92240cf0 36 ('Threechecks', 'Give three checks'),
602d6bef 37 ('Upsidedown', 'Board upside down'),
dac39588 38 ('Wildebeest', 'Balanced sliders & leapers'),
c3a86f01 39 ('Wormhole', 'Squares disappear'),
dac39588 40 ('Zen', 'Reverse captures');