Fixes + implement Cylinder Chess
[vchess.git] / server / db / populate.sql
index 384b735..e629146 100644 (file)
@@ -11,7 +11,9 @@ 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'),