X-Git-Url: https://git.auder.net/js/rpsls.js?a=blobdiff_plain;f=client%2Fsrc%2Ftranslations%2Frules%2FSwitching%2Fen.pug;h=b51aa86a2016505bf2540b91f0caaa51a07aa6e1;hb=27ebf6afe4671ce23758724d308b2f9cf2b5b815;hp=7eb011a69c2e4b6fa1ed5c9cd171b9ae85ad57d6;hpb=72ccbd6730241771e6ba86b6a5b62597b4c7e2f4;p=vchess.git diff --git a/client/src/translations/rules/Switching/en.pug b/client/src/translations/rules/Switching/en.pug index 7eb011a6..b51aa86a 100644 --- a/client/src/translations/rules/Switching/en.pug +++ b/client/src/translations/rules/Switching/en.pug @@ -1,42 +1,32 @@ p.boxed - | In addition to standard moves, a piece can be exchanged - | with an adjacent friendly unit. - -h3 Specifications - -ul - li Chessboard: standard. - li Material: standard. - li Non-capturing moves: standard + switch. - li Special moves: standard. - li Captures: standard. - li End of game: standard. - -h3 Basics + | In addition to standard moves, a piece can be exchanged + | with an adjacent friendly unit. p. - Instead of a normal move, a piece may be exchanged with an adjacent friendly one. - Switching can move pawns until rank 1 or final rank. In the first case a 2-squares - jump is possible, and in the second a promotion occurs. - Switching must involves two different units. - Switching while the king is under check is not allowed. + Instead of a normal move, a piece may be exchanged with an adjacent + friendly one. Switching can move pawns until rank 1 or final rank. + In the first case a 2-squares jump is possible, and in the second a + promotion occurs. + Switching must involves two different units. + Switching while the king is under check is not allowed. p. - Notation: a switch move is marked by the capital letter 'S' followed by - the exchanged squares. Example in diagram: Sb8c8 + Notation: a switch move is marked by the capital letter 'S' followed by + the exchanged squares. Example in diagram: Sb8c8. figure.diagram-container - .diagram - | fen:1RB3k1/5ppp/8/8/8/8/8/K7: - figcaption White can mate in 1 by switching b8-c8 + .diagram + | fen:1RB3k1/5ppp/8/8/8/8/8/K7: + figcaption White can mate in 1 by switching b8-c8 p. - Note: if the king and rook are on two adjacent squares, castling and switching - from the king are triggered in the same way. Castling takes priority: - if you wanna switch, use the rook. + Note: to trigger a switch move involving the king, select the non-royal + piece first (to not interfere with castling). h3 Source p - a(href="https://www.chessvariants.com/diffmove.dir/switching.html") Switching chess - | on chessvariants.com. + a(href="https://www.chessvariants.com/diffmove.dir/switching.html") Switching chess + | on chessvariants.com. + +p Inventor: Tony Quintanilla (2004)