Draft Royalrace variant
[vchess.git] / server / db / populate.sql
index a86a874..84a34d5 100644 (file)
@@ -13,6 +13,7 @@ insert or ignore into Variants (name,description) values
   ('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'),
@@ -21,6 +22,7 @@ insert or ignore into Variants (name,description) values
   ('Losers', 'Lose all pieces'),
   ('Magnetic', 'Laws of attraction'),
   ('Marseille', 'Move twice'),
+  ('Royalrace', 'King crosses the board'),
   ('Recycle', 'Reuse pieces'),
   ('Suction', 'Attract opposite king'),
   ('Upsidedown', 'Board upside down'),