X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Ftranslations%2Frules%2FProgressive1%2Fen.pug;fp=client%2Fsrc%2Ftranslations%2Frules%2FProgressive1%2Fen.pug;h=325b73425b9e5511b559db38f66dd2efb5a23e8b;hb=eaab401ea14ebbde1e49ede7c639bc3b6556bf08;hp=0000000000000000000000000000000000000000;hpb=0fbe4ffafd65f35ad939134cc89b8bafcc4cd5ca;p=vchess.git diff --git a/client/src/translations/rules/Progressive1/en.pug b/client/src/translations/rules/Progressive1/en.pug new file mode 100644 index 00000000..325b7342 --- /dev/null +++ b/client/src/translations/rules/Progressive1/en.pug @@ -0,0 +1,35 @@ +p.boxed + | White plays one move, then black play twice, + | then white plays three moves... + +p. + At the very first move of the game, white make only one move - as usual. + However, after that and for all the game, each side must play as many moves + as the opponent just played plus one. + +p. + If a move gives check, then the sequence stops here, but the opponent can + still play as many moves as would be theoretically possible. + Also, if a checkmate or stalemate situation occurs before the maximal number + of moves are played, the game ends. + There are no en-passant captures. + +figure.diagram-container + .diagram + | fen:rnbqk2r/pppp2pp/4p3/8/1b1P4/4pN2/PPP1PPPP/RN1QKB1R: + figcaption "Mate in 1" + +p. + On the diagram white mates with the sequence of 5 moves c3 Ne5 Qd3 Qf5 Qf7. + Moves' notation is replaced by ∞ (infinity) when there are four moves + or more to print. + +h3 More information + +p + | You can start from the + a(href="https://en.wikipedia.org/wiki/Progressive_chess") + | Wikipedia page + | , which points to + a(href="http://users.ics.aalto.fi/tho/chess.html") this page + |  with several commented games.