X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Ftranslations%2Frules%2FAllmate%2Fen.pug;h=adf8d0d4b7fd0075f5b73efe6907c2c59e46f104;hb=d807470f965d4d60a7fe6e1320ac7dfd3f0ea03f;hp=92e05261abc27e9f011c3c2d670503db3e11836a;hpb=d048c4c997a6f7de8a612b99dcfccd26e4de2606;p=vchess.git diff --git a/client/src/translations/rules/Allmate/en.pug b/client/src/translations/rules/Allmate/en.pug deleted file mode 100644 index 92e05261..00000000 --- a/client/src/translations/rules/Allmate/en.pug +++ /dev/null @@ -1,40 +0,0 @@ -p.boxed - | If a piece is attacked and cannot move out of attack, it is captured. - -p. - Any piece that is attacked, but which cannot escape capture by moving away, - capturing the attacking piece, or interposing the attacking piece is - considered to be mated, and is removed from the board. - Note that such a move does not need to be played: if a piece is attacked - but not mated, it is not removed. - 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)