Add EnPassant variant draft
[vchess.git] / server / db / populate.sql
1 -- Re-run this script after variants are added
2
3 insert or ignore into Variants (name,description) values
4 ('Alice', 'Both sides of the mirror'),
5 ('Antiking', 'Keep antiking in check'),
6 ('Antimatter', 'Dangerous collisions'),
7 ('Atomic', 'Explosive captures'),
8 ('Baroque', 'Exotic captures'),
9 ('Benedict', 'Change colors'),
10 ('Berolina', 'Pawns move diagonally'),
11 ('Checkered', 'Shared pieces'),
12 ('Chess960', 'Standard rules'),
13 ('Crazyhouse', 'Captures reborn'),
14 ('Dark', 'In the shadow'),
15 ('Enpassant', 'Capture en passant'),
16 ('Extinction', 'Capture all of a kind'),
17 ('Grand', 'Big board'),
18 ('Losers', 'Lose all pieces'),
19 ('Magnetic', 'Laws of attraction'),
20 ('Marseille', 'Move twice'),
21 ('Upsidedown', 'Board upside down'),
22 ('Wildebeest', 'Balanced sliders & leapers'),
23 ('Zen', 'Reverse captures');