Some code cleaning + clarifying (TODO: work on variables names)
[vchess.git] / views / rules / Atomic.pug
index 008a35c..7b77668 100644 (file)
@@ -1,5 +1,6 @@
 p.boxed
-       | All captures result in an "explosion" through which all surrounding white and black pieces other than pawns are removed from play.
+       | All captures result in an "explosion" through which all surrounding
+       | pieces other than pawns are removed from the board.
 
 h3 Specifications
 
@@ -14,7 +15,8 @@ ul
 h3 Basics
 
 p
-       | When a piece captures an opponent figure on some square S, all pieces sitting on a square reachable by a king move from S are removed.
+       | When a piece captures an opponent figure on some square S, all pieces sitting
+       | on a square reachable by a king move from S are removed.
        | The pawns, however, remain: they have to be taken directly to disappear.
 
 figure.diagram-container
@@ -31,10 +33,14 @@ ol
 
 p Explosions have priority: a checkmate followed by a king explosion loses.
 
-p Note: since suicide is forbidden, a king can touch the opponent king - and become immune to checks.
+p
+       | Note: since suicide is forbidden, a king can touch the opponent king -
+       | and become immune to checks.
 
 h3 Credits
 
 p
-       | Many resources can be found on the web (this variation is played on lichess and FICS, among others).
-       | This game was played first in 1995 at the German Internet Chess Server (GICS) according to Wikipedia.
+       | Many resources can be found on the web (this variation is played on lichess and
+       | FICS, among others).
+       | This game was played first in 1995 at the German Internet Chess Server (GICS)
+       | according to Wikipedia.