Commit | Line | Data |
---|---|---|
d2af3400 BA |
1 | p.boxed |
2 | | Capture orthogonally at each turn, "as in Draughts". | |
3 | | If you cannot capture, you lose. | |
4 | ||
cbe95378 BA |
5 | p |
6 | a(href="https://en.wikipedia.org/wiki/Konane") Hawaiian Checkers | |
7 | ||
d2af3400 BA |
8 | p. |
9 | To initiate the game, the first player (black) must remove one of his stones | |
10 | either in the upper left or lower right corner, or in the center, | |
11 | as marked on the illustration. | |
12 | The second player (white) then removes a stone orthogonally adjacent to | |
13 | the first removed one, and the game starts. | |
14 | To remove a stone at this stage, click it. | |
15 | ||
16 | figure.diagram-container | |
17 | .diagram | |
18 | | fen:PpPpPpPp/pPpPpPpP/PpPpPpPp/pPpPpPpP/PpPpPpPp/pPpPpPpP/PpPpPpPp/pPpPpPpP a8,d5,e4,h1: | |
19 | figcaption Allowed first "moves" (stone removal). | |
20 | ||
21 | p. | |
22 | Every move then is necessary a capture of at least one enemy piece. | |
23 | Capture by jumping orthogonally over an adjacent stone to land right after | |
24 | on an empty square. The intermediate piece is thus removed. | |
25 | You may continue capturing, but only in the same direction, | |
26 | with the same stone. | |
d2af3400 BA |
27 | |
28 | figure.diagram-container | |
ee69c769 BA |
29 | .diagram |
30 | | fen:PpPpPpPp/pPpPpPpP/PpPpP2p/pPpPp1pP/PpP1Pp1p/pPpPpP1P/PpPpPpPp/pPpPpPpP g4,g6: | |
31 | figcaption Available captures from g8. | |
d2af3400 BA |
32 | |
33 | p If a player has no possible capture, he loses. | |
34 | ||
35 | h3 More information | |
36 | ||
37 | p | |
38 | | See for example | |
39 | a(href="https://hawaiiancheckers.com/") hawaiiancheckers.com | |
40 | | , and an | |
41 | a(href="https://www.youtube.com/watch?app=desktop&v=-_y-B2wAwyw") | |
42 | | example game | |
43 | | . Konane is also playable on | |
44 | a(href="https://brainking.com/en/GameRules?tp=94") brainking.com | |
45 | | . |