X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Ftranslations%2Frules%2FMonochrome%2Fen.pug;fp=client%2Fsrc%2Ftranslations%2Frules%2FMonochrome%2Fen.pug;h=639f7351153d199457272aa6143f7e411852c33e;hb=665eed903c4f294de82e7cb0ce4026b64fe64765;hp=0000000000000000000000000000000000000000;hpb=8bbf9c0242c5430a7531b0eb88e30bf61018446a;p=vchess.git diff --git a/client/src/translations/rules/Monochrome/en.pug b/client/src/translations/rules/Monochrome/en.pug new file mode 100644 index 00000000..639f7351 --- /dev/null +++ b/client/src/translations/rules/Monochrome/en.pug @@ -0,0 +1,33 @@ +p.boxed + | Pieces in the first half of the board are yours. Captures are mandatory. + +p. + All pieces are of the same color (black on the website), but in fact + pieces just have no color: you control all + pieces which stand in the half-board in front of you. These pieces can + only capture on the other half-board. + +p. + Since captures are mandatory, pieces could make some round-trips + around the board, changing owner at every mid-board crossing. + For example on the following diagram, the sequence will be 1.Rxd7 Rxd1 + 2.Rxd8 and black would win, assuming the final rank is 8th. + +figure.diagram-container + .diagram.diag12 + | fen:3b4/3k4/8/8/8/8/3r4/3n4: + .diagram.diag22 + | fen:3b4/3r4/8/8/8/8/8/3n4: + figcaption Before and after Rxd7 + +p Kings have no royal status. There are no en-passant captures. + +h3 Source + +p + | Strongly inspired by + a(href="http://www.wunderland.com/WTS/Andy/Games/monochess.html") + | Monochrome Chess + | , but I wanted a version without points counting. + +p Inventor: Andrew Looney (1996)