X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Ftranslations%2Frules%2FAllmate1%2Fen.pug;fp=client%2Fsrc%2Ftranslations%2Frules%2FAllmate1%2Fen.pug;h=24dfe9d1ab1bb30bd56ff764a737ecafcc6ab677;hb=9618937e4a56277f35cbd2dd22078c61bb3f47d4;hp=0000000000000000000000000000000000000000;hpb=03ceb285e26bf3dbf829d1e4b9222121c758df6d;p=vchess.git diff --git a/client/src/translations/rules/Allmate1/en.pug b/client/src/translations/rules/Allmate1/en.pug new file mode 100644 index 00000000..24dfe9d1 --- /dev/null +++ b/client/src/translations/rules/Allmate1/en.pug @@ -0,0 +1,40 @@ +p.boxed + | If a piece is checkmated (as if it was a king), it is captured. + +p. + If a piece is attacked and no orthodox move can prevent its (normal) capture, + it is considered to be mated and is removed from the board. + If such an orthodox move exists, it doesn't have to be played + (it could even be illegal because normal captures are forbidden): + the piece is not captured. + Thus, kings and other pieces may remain under check. + +p. + Pieces cannot be taken in the normal way, only by the "mate-capture" + described above. + +p The game ends when a king is "mate-captured". + +figure.diagram-container + .diagram + | fen:rnbqkbnr/p1pppppp/8/8/1P6/2N5/P1PPPPPP/RNBQKBNR: + figcaption After 1.b4 b5 2.Nc3X the b5 pawn is "mate-captured" + +p. + Note about moves notation: since captures do not occur on final squares, + an "X" mark is appended to the move to indicate a capture. + To keep notation short the potential list of captured squares is not written. + +h3 "Suicide" note + +p. + In the current implementation, all pieces except kings can "commit suicide", + that is to say move or be left on a square where they are mated. + +h3 Source + +p + a(href="https://www.chessvariants.com/difftaking.dir/allmate.html") Allmate chess + |  on chessvariants.com. + +p Inventor: Dr. Chris Taylor (1979)