Add Evolution + Titan variants
authorBenjamin Auder <benjamin.auder@somewhere>
Mon, 30 Nov 2020 20:59:03 +0000 (21:59 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Mon, 30 Nov 2020 20:59:03 +0000 (21:59 +0100)
client/src/translations/en.js
client/src/translations/es.js
client/src/translations/fr.js
client/src/translations/rules/Evolution/en.pug
client/src/translations/rules/Evolution/es.pug
client/src/translations/rules/Evolution/fr.pug
client/src/translations/variants/en.pug
client/src/translations/variants/es.pug
client/src/translations/variants/fr.pug
server/db/populate.sql

index ae90c85..5a70547 100644 (file)
@@ -196,6 +196,8 @@ export const translations = {
   "Exchange pieces' positions": "Exchange pieces' positions",
   "Exotic captures": "Exotic captures",
   "Explosive captures": "Explosive captures",
+  "Extra bishops and knights": "Extra bishops and knights",
+  "Faster development": "Faster development",
   "Four new pieces": "Four new pieces",
   "In the shadow": "In the shadow",
   "Interweaved colorbound teams": "Interweaved colorbound teams",
index 8afb92c..ea64d3f 100644 (file)
@@ -196,6 +196,8 @@ export const translations = {
   "Exchange pieces' positions": "Intercambiar posiciones de piezas",
   "Exotic captures": "Capturas exóticas",
   "Explosive captures": "Capturas explosivas",
+  "Extra bishops and knights": "Alfiles y caballos adicionales",
+  "Faster development": "Desarrollo acelerado",
   "Four new pieces": "Quatro nuevas piezas",
   "In the shadow": "En la sombra",
   "Interweaved colorbound teams": "Equipos unicolores entrelazados",
index 95fb5c4..ccd82be 100644 (file)
@@ -196,6 +196,8 @@ export const translations = {
   "Exchange pieces' positions": "Échangez les positions des pièces",
   "Exotic captures": "Captures exotiques",
   "Explosive captures": "Captures explosives",
+  "Extra bishops and knights": "Fous et cavaliers supplémentaires",
+  "Faster development": "Développement accéléré",
   "Four new pieces": "Quatre nouvelles pièces",
   "In the shadow": "Dans l'ombre",
   "Interweaved colorbound teams": "Équipes unicolores entremêlées",
index 17241bf..b82f635 100644 (file)
@@ -1,25 +1,17 @@
 p.boxed
-  | TODO
+  | Long-range pieces can jump over an obstacle
+  | when they are on the first rank.
 
 p.
-  Besides the usual game end conditions, White can win by preventing black
-  long castle. And, Black can win by castling long.
-
-p For example after 1.e4 e5 2.Bc4, Nc6?? loses immediatly: 3.Bxf7+
+  From the first rank, rook, bishops and queen can play directly on the third
+  rank, even if an obstacle stands in-between.
+  Development is thus accelerated.
 
 figure.diagram-container
   .diagram
-    | fen:r1bqkbnr/pppp1Bpp/2n5/4p3/4P3/8/PPPP1PPP/RNBQK1NR:
-  figcaption After 1.e4 e5 2.Bc4 Nc6 3.Bxf7+ 1-0
+    | fen:r2q2br/ppp2kpp/PN6/8/4pP2/1P1p2P1/P1PPP2P/R2QK2R a6,b6,e6,h6,a3,d3,f3,h3:
+  figcaption Illustration of the possible jumps
 
 h3 Source
 
-p
-  a(href="https://www.chessvariants.com/winning.dir/castle.html")
-    | Castle chess
-  | &nbsp;on chessvariants.com. See also 
-  a(href="http://cinquantesignes.blogspot.com/2020/09/castlechess.html")
-    | this post
-  | &nbsp;giving some clarifications and advices.
-
-p Inventor: Éric Angelini (1996)
+p Variant imagined recently (2020) by Zied Haddad.
index 3a33838..bd5f9c5 100644 (file)
@@ -1,2 +1,17 @@
 p.boxed
-  | TODO
+  | Las piezas de largo alcance pueden saltar sobre un obstáculo
+  | cuando están en la primera fila.
+
+p.
+  Desde la primera fila las torres, los alfiles y la dama pueden jugar
+  directamente en la tercera fila, incluso si un obstáculo lo impide.
+  El desarrollo se acelera.
+
+figure.diagram-container
+  .diagram
+    | fen:r2q2br/ppp2kpp/PN6/8/4pP2/1P1p2P1/P1PPP2P/R2QK2R a6,b6,e6,h6,a3,d3,f3,h3:
+  figcaption Ilustración de posibles saltos
+
+h3 Fuente
+
+p Variante recientemente imaginada (2020) por Zied Haddad.
index 68accd7..37c2223 100644 (file)
@@ -2,4 +2,16 @@ p.boxed
   | Les pièces à longue portée peuvent sauter par dessus un obstacle
   | lorsqu'elle se trouvent sur la première rangée.
 
-p TODO
+p.
+  Depuis la première rangée, les tours, fous et dame peuvent jouer
+  directement sur la troisème rangée, même si un obstacle les en empêche.
+  Le développement s'en trouve accéléré.
+
+figure.diagram-container
+  .diagram
+    | fen:r2q2br/ppp2kpp/PN6/8/4pP2/1P1p2P1/P1PPP2P/R2QK2R a6,b6,e6,h6,a3,d3,f3,h3:
+  figcaption Illustration des sauts possibles
+
+h3 Source
+
+p Variante imaginée récemment (2020) par Zied Haddad.
index c4b9360..2607bcd 100644 (file)
@@ -386,6 +386,7 @@ p.
     "Bicolour",
     "Castle",
     "Doublearmy",
+    "Evolution",
     "Forward",
     "Freecapture",
     "Gridolina",
@@ -393,6 +394,7 @@ p.
     "Magnetic",
     "Parachute",
     "Takenmake",
+    "Titan",
     "Wormhole"
   ]
 ul
index 7f12158..094a85e 100644 (file)
@@ -397,6 +397,7 @@ p.
     "Bicolour",
     "Castle",
     "Doublearmy",
+    "Evolution",
     "Forward",
     "Freecapture",
     "Gridolina",
@@ -404,6 +405,7 @@ p.
     "Magnetic",
     "Parachute",
     "Takenmake",
+    "Titan",
     "Wormhole"
   ]
 ul
index 9ce1e43..591b725 100644 (file)
@@ -396,6 +396,7 @@ p.
     "Bicolour",
     "Castle",
     "Doublearmy",
+    "Evolution",
     "Forward",
     "Freecapture",
     "Gridolina",
@@ -403,6 +404,7 @@ p.
     "Magnetic",
     "Parachute",
     "Takenmake",
+    "Titan",
     "Wormhole"
   ]
 ul
index 13d6594..47ed4a8 100644 (file)
@@ -49,6 +49,7 @@ insert or ignore into Variants (name, description) values
   ('Dynamo', 'Push and pull'),
   ('Eightpieces', 'Each piece is unique'),
   ('Enpassant', 'Capture en passant'),
+  ('Evolution', 'Faster development'),
   ('Extinction', 'Capture all of a kind'),
   ('Football', 'Score a goal'),
   ('Forward', 'Moving forward'),
@@ -110,6 +111,7 @@ insert or ignore into Variants (name, description) values
   ('Teleport', 'Reposition pieces'),
   ('Tencubed', 'Four new pieces'),
   ('Threechecks', 'Give three checks'),
+  ('Titan', 'Extra bishops and knights'),
   ('Twokings', 'Two kings'),
   ('Upsidedown', 'Board upside down'),
   ('Vchess', 'Pawns capture backward'),