Draft Hiddenqueen, Grasshopper and Knightmate chess (rules unwritten)
[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'),
e9b736ee 5 ('Allmate', 'Mate any piece'),
dac39588 6 ('Antiking', 'Keep antiking in check'),
8b405c81 7 ('Antimatter', 'Dangerous collisions'),
c3a86f01 8 ('Arena', 'Middle battle'),
dac39588
BA
9 ('Atomic', 'Explosive captures'),
10 ('Baroque', 'Exotic captures'),
9bd6786b 11 ('Benedict', 'Change colors'),
dac39588
BA
12 ('Berolina', 'Pawns move diagonally'),
13 ('Checkered', 'Shared pieces'),
c3a86f01 14 ('Check3', 'Give three checks'),
dac39588 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'),
c3a86f01 27 ('Knightrelay', 'Move like a knight'),
dac39588
BA
28 ('Losers', 'Lose all pieces'),
29 ('Magnetic', 'Laws of attraction'),
30 ('Marseille', 'Move twice'),
c3a86f01 31 ('Rifle', 'Shoot pieces'),
0ba6420d 32 ('Royalrace', 'King crosses the board'),
78d64531 33 ('Recycle', 'Reuse pieces'),
a4eca0dc 34 ('Shatranj', 'Ancient rules'),
31e9e40a 35 ('Suction', 'Attract opposite king'),
602d6bef 36 ('Upsidedown', 'Board upside down'),
dac39588 37 ('Wildebeest', 'Balanced sliders & leapers'),
c3a86f01 38 ('Wormhole', 'Squares disappear'),
dac39588 39 ('Zen', 'Reverse captures');