Clarify a point in Emergo rules
[vchess.git] / client / src / translations / rules / Emergo / en.pug
CommitLineData
d2af3400 1p.boxed
d982fffc
BA
2 | Similar to Checkers, with prisoners stacked below capturers.
3
b27300c2
BA
4figure.diagram-container
5 img.img-center(src="/variants/Emergo/match_2004_U-con.jpg")
6 figcaption.text-center.
7 Game played on an orthogonal depiction of a standard 9x9 Emergo board.
8
9p
10 | Nothing disappears in this game: captured pieces become part of the
11 | capturing unit. Therefore, a piece or unit will always be understood
12 | as a combination of W white (elementary) pieces and B (elementary) black
13 | ones, with
14 br
15 | W >= 0, B >= 0 and W + B >= 1.
16
d982fffc
BA
17p
18 | The 9x9 board is initially empty.
19 | Each player receives 12 stackable pieces, "in hand".
b27300c2 20 | At each turn, a player must pick an action among the followings:
d982fffc 21 ul
b27300c2
BA
22 li Enter a new piece (W + B = 1) on the board.
23 li Move a unit along diagonals, by one square.
24 li Capture something.
25
26h3 Entering moves
27
28p.
29 Introducing a piece such that the opponent can take it on next turn is
30 forbidden, unless another capture is already available.
31
32p At first move, white cannot place a piece at the central point.
33
34p.
35 If the opponent already placed all his pieces in hand, then a
36 "shadow piece" enters, formed by all the remaining units available
37 (thus in this case W + B > 1).
38
6953dabe
BA
39p.
40 While you have pieces in hand, none of your pieces can move on the board
41 unless they capture something.
42
b27300c2 43h3 Captures
d982fffc
BA
44
45p.
d982fffc
BA
46 Captures work exactly as in Checkers: by jumping over a diagonally adjacent
47 piece to land on a free square just behind.
d982fffc
BA
48 If a capture is possible, then it must be played; in this case no piece can
49 be introduced on the board.
b27300c2
BA
50 If after a capture another is possible with the same piece, it must also be
51 played — except if that implies turning at 180 degrees.
d982fffc 52
b27300c2
BA
53figure.diagram-container
54 .diagram.diag12
55 | fen:9/9/2a@1a@4/9/4a@4/3D@5/9/5A@3/6b@2 e3:
56 .diagram.diag22
57 | fen:9/9/2a@1a@4/9/4a@4/3D@5/4ba4/9/9:
58 figcaption.
59 Before and after black captures, jumping at the marked location.
60 The next white piece must be captured too.
d982fffc
BA
61
62p.
b27300c2
BA
63 Captures can be described formally as follows.
64 If, as white, W1/B1 jumps over W2/B2 at square S2 to land on S1', then
65 W1/(B1+1) arrives on S1' while W2/(B2-1) stays on S2.
d982fffc 66 If W2 = B2 - 1 = 0, nothing remains at the captured unit location.
b27300c2 67 As black: exchange W and B.
d982fffc
BA
68
69p.
70 In other words, each unit is a stack of friendly and enemy pieces, with
71 friendly pieces on top. After each capture, the prisoners part of the
b27300c2 72 stack is incremented, while the jailers quantity at the captured
d982fffc
BA
73 location decreases by one.
74
75p.
76 When several capturing chains are available,
b27300c2
BA
77 the player must select one of the longest (as in Checkers):
78
79figure.diagram-container
80 .diagram
81 | fen:9/9/2a@1a@4/9/2bb1a@4/3C@5/9/9/9:
82 figcaption.
83 From https://www.mindsports.nl/:
84 White's only option is to capture clockwise.
d982fffc 85
b27300c2
BA
86p.
87 A piece can be jumped over several times, as long as it contains
88 at least one enemy unit (controling it).
d982fffc
BA
89
90h3 More information
91
92p
b27300c2 93 | You are invited to visit the
d982fffc 94 a(href="https://www.mindsports.nl/index.php/arena/emergo/88-rules")
b27300c2
BA
95 | authors' website
96 | . The rules are also described on
d982fffc 97 a(href="http://www.iggamecenter.com/info/en/emergo.html") iggamecenter
b27300c2 98 | , where you can play Emergo.
d982fffc
BA
99
100p Inventors: Christian Freeling and Ed van Zon (1986)