Several small improvements + integrate options + first working draft of Cwda
[vchess.git] / client / src / translations / rules / Cwda / en.pug
CommitLineData
801e2870 1p.boxed
4313762d 2 | White and black pieces are replaced by different armies.
801e2870 3
4313762d
BA
4p.
5 Pawns and kings move as usual, but the other pieces generally do not.
6 Indeed, before the game start you must select two armies, defining
7 new movements for "rooks", "knights", "bishops" and "queens".
8
9p Pieces movements are described using these simple pieces:
801e2870 10ul
4313762d
BA
11 li Dabbabah = jump two squares orthogonally
12 li Alfil = jump two squares diagonally
13 li Wazir = one square orthogonally
14 li Ferz = one square diagonally
15 li Three leaper (L3) = jump three squares orthogonally
16 li Narrow knight = knight without "2+1 lateral moves"
17
18p Pawns can be promoted into a piece of any of the two armies playing.
19
20h3 The Colorbound Clobberers
21
22figure.showPieces.text-center
23 img(src="/images/pieces/Cwda/bd.svg")
24 img(src="/images/pieces/Cwda/ww.svg")
25 img(src="/images/pieces/Cwda/bf.svg")
26 img(src="/images/pieces/Cwda/wc.svg")
27
28ul
29 li Rook = bishop + dabbabah = "bede" (D),
30 li Knight = wazir + alfil = "waffle" (W),
31 li Bishop = ferz + alfil + dabbabah = "fad" (F),
32 li Queen = bishop + knight = "cardinal" (C).
33
34figure.diagram-container
35 .diagram.diag12
36 | fen:8/8/8/3D4/8/8/8/8 a8,b7,c6,e4,f3,g2,h1,c4,b3,a2,e6,f7,g8,f5,d3,b5,d7:
37 .diagram.diag22
38 | fen:8/8/8/4w3/8/8/8/8 e6,f5,e4,d5,c7,g7,g3,c3:
39 figcaption.
40 Moves of the Bede on the left, and of the Waffle on the right.
41
801e2870 42p.
4313762d
BA
43 When castling large, the king and rook arrive respectively on
44 b1/b8 and c1/c8 so that the rook remains on the same color.
45
46h3 The Nutty Knights
47
48figure.showPieces.text-center
49 img(src="/images/pieces/Cwda/bg.svg")
50 img(src="/images/pieces/Cwda/wi.svg")
51 img(src="/images/pieces/Cwda/bt.svg")
52 img(src="/images/pieces/Cwda/wl.svg")
53
54ul
55 li Rook = rook forward and sideways + king backwards = "charging rook" (G),
56 li Knight = narrow knight + ferz = "fibnif" (I),
57 li.
58 Bishop = knight forward + king sideways and backwards =
59 "charging knight" (T),
60 li Queen = rook forward and sideways + knight forward + king = "colonel" (L).
801e2870
BA
61
62figure.diagram-container
63 .diagram.diag12
4313762d 64 | fen:8/8/8/3i4/8/8/8/8 c7,c3,e7,e3,c4,c6,e6,e4:
801e2870 65 .diagram.diag22
4313762d 66 | fen:8/8/8/4T3/8/8/8/8 c6,d7,f7,g6,d5,f5,d4,e4,f4:
801e2870 67 figcaption.
4313762d
BA
68 Moves of the Fibnif on the left, and of the Charging knight on the right.
69
70h3 The Remarkable Rookies
71
72figure.showPieces.text-center
73 img(src="/images/pieces/Cwda/bs.svg")
74 img(src="/images/pieces/Cwda/wy.svg")
75 img(src="/images/pieces/Cwda/bh.svg")
76 img(src="/images/pieces/Cwda/wo.svg")
77
78ul
79 li Rook = rook limited to 4 squares = "short rook" (S),
80 li Knight = dabbabah + wazir = "woody rook" (Y),
81 li Bishop = dabbabah + ferz + L3 = "half-duck" (H),
82 li Queen = rook + knight = "chancellor" (O).
801e2870 83
4f524197
BA
84figure.diagram-container
85 .diagram.diag12
4313762d 86 | fen:8/8/8/3y4/8/8/8/8 d3,b5,d7,f5,c5,d6,e5,d4:
4f524197 87 .diagram.diag22
4313762d 88 | fen:8/8/8/4H3/8/8/8/8 c5,e7,g5,e3,b5,e8,h5,e2,d4,d6,f6,f4:
4f524197 89 figcaption.
4313762d 90 Moves of the Woody rook on the left, and of the Half-duck on the right.
4f524197 91
4313762d 92h3 Fide army
801e2870 93
4313762d 94p The standard chess pieces.
801e2870
BA
95
96h3 Source
97
98p
4313762d
BA
99 a(href="https://www.chessvariants.com/unequal.dir/cwda.html")
100 | Chess with different armies
801e2870
BA
101 |  on chessvariants.com.
102
103p Inventor: Ralph Betza (1996)