Some code cleaning + clarifying (TODO: work on variables names)
[vchess.git] / views / rules / Alice.pug
index e23d97a..7c5fca4 100644 (file)
@@ -1,5 +1,6 @@
 p.boxed
-       | Every move played ends up on another board (the "other side of the mirror"). So there are two boards. All pieces start on board 1.
+       | Every move played ends up on another board (the "other side of the mirror").
+       | So there are two boards. All pieces start on board 1.
 
 h3 Specifications
 
@@ -14,7 +15,8 @@ ul
 h3 Basics
 
 p
-       | Two boards are used in this variant. Pieces from board 2 are represented on the main board, upside down.
+       | Two boards are used in this variant. Pieces from board 2 are represented on
+       | the main board, upside down.
        | Any move played must be valid on the board it is played on.
        | In addition, the final square should not be occupied by a piece from the other board
        | (thus allowing to represent all on one board).
@@ -35,7 +37,9 @@ figure.diagram-container
 
 h3 End of the game
 
-p As in the orthodox game, win by checkmating the king. It shouldn't be able to escape the check, not even by moving to the other board.
+p
+       | As in the orthodox game, win by checkmating the king. It shouldn't be able to
+       | escape the check, not even by moving to the other board.
 
 p Note: en-passant and castle occur as they do in the standard game.
 
@@ -45,5 +49,6 @@ p
        | Alice chess pages on 
        a(href="https://www.chessvariants.com/other.dir/alice.html") chessvariants.com 
        | and on 
-       a(href="https://www.schemingmind.com/journalarticle.aspx?article_id=9") schemingmind.com
+       a(href="https://www.schemingmind.com/journalarticle.aspx?article_id=9")
+               | schemingmind.com
        | .