Fix en-passant for Wildebeest, draft Benedict variant
[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 ('Atomic', 'Explosive captures'),
7 ('Baroque', 'Exotic captures'),
8 ('Benedict', 'Change colors'),
9 ('Berolina', 'Pawns move diagonally'),
10 ('Checkered', 'Shared pieces'),
11 ('Chess960', 'Standard rules'),
12 ('Crazyhouse', 'Captures reborn'),
13 ('Dark', 'In the shadow'),
14 ('Extinction', 'Capture all of a kind'),
15 ('Grand', 'Big board'),
16 ('Losers', 'Lose all pieces'),
17 ('Magnetic', 'Laws of attraction'),
18 ('Marseille', 'Move twice'),
19 ('Upsidedown', 'Board upside down'),
20 ('Wildebeest', 'Balanced sliders & leapers'),
21 ('Zen', 'Reverse captures');