Fix incheck in BaseGame, draft Antimatter 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 ('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 ('Extinction', 'Capture all of a kind'),
16 ('Grand', 'Big board'),
17 ('Losers', 'Lose all pieces'),
18 ('Magnetic', 'Laws of attraction'),
19 ('Marseille', 'Move twice'),
20 ('Upsidedown', 'Board upside down'),
21 ('Wildebeest', 'Balanced sliders & leapers'),
22 ('Zen', 'Reverse captures');