Add unambiguous section in the PGN + some fixes + code formatting and fix typos
[vchess.git] / client / src / translations / rules / Benedict / en.pug
index 805dbf4..c1cbc33 100644 (file)
@@ -1,11 +1,14 @@
 p.boxed
-  | Attacked pieces change color after each turn. Goal is to change king's color.
+  | Attacked pieces change color after each turn.
+  | Goal is to change king's color.
 
 p.
   More precisely, only pieces attacked by the moving unit are flipped.
   They change side, until the opponent in turn can attack them.
   There are no captures: only color changes.
 
+p Castling is possible, and flips pieces attacked by the moving unit(s).
+
 figure.diagram-container
   .diagram
     | fen:r1bqkbnr/ppPpPppp/2n5/3N4/8/8/PPPPPPPP/R1BQKBNR:
@@ -14,8 +17,8 @@ figure.diagram-container
 h3 End of the game
 
 p.
-  The game ends when a king changes color.
-  There can be no stalemate since all pieces remain on the board.
+  The game ends when a king changes color,
+  or when a side cannot make a move (stalemate, draw).
 
 p.
   In the diagram position, 2...g6?? for example would allow 3.Nf6 which
@@ -26,5 +29,8 @@ p.
 h3 Source
 
 p
-  a(href="https://www.chessvariants.com/difftaking.dir/benedict.html") Benedict chess
+  a(href="https://www.chessvariants.com/difftaking.dir/benedict.html")
+    | Benedict chess
   |  on chessvariants.com.
+
+p Inventor: W. Dan Troyka (2002)