X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Ftranslations%2Frules%2FYote%2Fen.pug;h=9689de8b29b6d67d338757f82584c4cde3d40f7b;hb=cbe9537881e68f50c43f48d3699c4b248690fb4d;hp=3a33838b753f9d13b391064047cf5cc9497e36bc;hpb=1328e7dd5a73fd4a4eee85d5b86aea73b9a74f9f;p=vchess.git diff --git a/client/src/translations/rules/Yote/en.pug b/client/src/translations/rules/Yote/en.pug index 3a33838b..9689de8b 100644 --- a/client/src/translations/rules/Yote/en.pug +++ b/client/src/translations/rules/Yote/en.pug @@ -1,2 +1,51 @@ p.boxed - | TODO + | Move a stone or capture by jumping orthogonally. + +p Traditional game in some Western Africa countries. + +p + | The rules described here correspond to + a(href="https://www.youtube.com/watch?v=yuqHy8GOZ_Q") this video + | , with the alternative voctory condition. + | See also + a(href="http://www.cyningstan.com/game/342/yot") this introduction + | . + +p. + It seems that the color of pieces starting the game isn't really determined, + so I decided to start with black stones, as in Go game or Othello. + The following is mostly copy-paste from Wikipedia: + +p. + The game is played on a 5×6 board, which is empty at the beginning of the + game. Each player has twelve pieces in hand. Players alternate turns, + with Black moving first. In a move, a player may either: +ul + li Place a piece in hand on any empty cell of the board. + li. + Move one of their pieces already on the board orthogonally to an empty + adjacent cell. + li. + Capture an opponent's piece if it is orthogonally adjacent to a player's + piece, by jumping to the empty cell immediately beyond it. + The captured piece is removed from the board, and the capturing player + removes another of the opponent's pieces of his choosing from the board. + +figure.diagram-container + .diagram.diag12 + | fen:6/1p2P1/3p2/1p1P2/5P d2,d4: + .diagram.diag22 + | fen:6/3PP1/6/1p4/5P: + figcaption Before and after the marked capture + removal of b4. + +p. + The game ends when a player has no stones on the board (after move 1), + or if he cannot play a move. He loses in both cases. + If only a low number of pieces remain on the board, captures might be + impossible and after a sequences of attempts players may agree on a draw. + +h4 Notes + +p Two consecutive normal moves cannot cancel each other. + +p To remove a stone after a capture, simply click on it.