Add EnPassant variant draft
[vchess.git] / server / db / populate.sql
index 34d0f44..a9386d6 100644 (file)
@@ -3,6 +3,7 @@
 insert or ignore into Variants (name,description) values
   ('Alice', 'Both sides of the mirror'),
   ('Antiking', 'Keep antiking in check'),
+  ('Antimatter', 'Dangerous collisions'),
   ('Atomic', 'Explosive captures'),
   ('Baroque', 'Exotic captures'),
   ('Benedict', 'Change colors'),
@@ -11,6 +12,7 @@ insert or ignore into Variants (name,description) values
   ('Chess960', 'Standard rules'),
   ('Crazyhouse', 'Captures reborn'),
   ('Dark', 'In the shadow'),
+  ('Enpassant', 'Capture en passant'),
   ('Extinction', 'Capture all of a kind'),
   ('Grand', 'Big board'),
   ('Losers', 'Lose all pieces'),