X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=e6291462e19158d950318e3147c5579e9bf440e3;hb=71ef1664983cd58db3c3bbfdf6cb7c362474e9a5;hp=6a847d28d7afcb988020055e8a78ac559e396e6c;hpb=78d64531113d4b5045ff588dd43f301a332ebae8;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index 6a847d28..e6291462 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -2,6 +2,7 @@ insert or ignore into Variants (name,description) values ('Alice', 'Both sides of the mirror'), + ('Allmate', 'Mate any piece'), ('Antiking', 'Keep antiking in check'), ('Antimatter', 'Dangerous collisions'), ('Atomic', 'Explosive captures'), @@ -10,15 +11,19 @@ insert or ignore into Variants (name,description) values ('Berolina', 'Pawns move diagonally'), ('Checkered', 'Shared pieces'), ('Chess960', 'Standard rules'), + ('Circular', 'Run forward'), ('Crazyhouse', 'Captures reborn'), + ('Cylinder', 'Neverending rows'), ('Dark', 'In the shadow'), ('Enpassant', 'Capture en passant'), ('Extinction', 'Capture all of a kind'), ('Grand', 'Big board'), + ('Hidden', 'Unidentified pieces'), ('Losers', 'Lose all pieces'), ('Magnetic', 'Laws of attraction'), ('Marseille', 'Move twice'), ('Recycle', 'Reuse pieces'), + ('Suction', 'Attract opposite king'), ('Upsidedown', 'Board upside down'), ('Wildebeest', 'Balanced sliders & leapers'), ('Zen', 'Reverse captures');