X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Ftranslations%2Frules%2FAllmate%2Fen.pug;h=ad61e691ab0c3f45cdb5b44ab375c9cfecfb3ae6;hb=3b6472d76e9acba77776591243d1fd76a9955779;hp=fc2577532fdb7a7ff9eb6ab60a6b42bdfa71090d;hpb=8cc27acf39fefa1db824b6eb17eee59f8095eaa0;p=vchess.git diff --git a/client/src/translations/rules/Allmate/en.pug b/client/src/translations/rules/Allmate/en.pug index fc257753..ad61e691 100644 --- a/client/src/translations/rules/Allmate/en.pug +++ b/client/src/translations/rules/Allmate/en.pug @@ -2,17 +2,19 @@ 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. + 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: @@ -29,12 +31,10 @@ 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 End of the game - -p The game ends when a king is "mate-captured". - h3 Source p a(href="https://www.chessvariants.com/difftaking.dir/allmate.html") Allmate chess |  on chessvariants.com. + +p Inventor: Dr. Chris Taylor (1979)