Skip to content

Commit b387e49

Browse files
committed
Shogis : improve rules
1 parent b8e3172 commit b387e49

13 files changed

+17
-5
lines changed

src/games/chessbase/res/rules/decimal/hectochess-rules.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,18 @@ <h2>Rook</h2>
125125
<img class='piece-graph' src='{GAME}/res/rules/graphs/rook.png'>
126126
</p>
127127

128+
<h2>Pawn</h2>
129+
<p>
130+
<img style="max-width:100%;" src="{GAME}/res/fairy/icons/w-pawn.png"/>
131+
</p>
132+
<p class='piece-details'>Exactly as in usual Chess.</p>
133+
134+
<div style='clear:both'></div>
135+
<p>
136+
<img class='piece-graph' src='{GAME}/res/rules/graphs/pawn.png'>
137+
</p>
138+
<p>Can move two squares only on their first move, and capture <i>en passant</i> only when the target pawn has just moved two squares.</p>
139+
128140
</p>
129141
<h1>Promotions table</h1>
130142
<div id="promo">

src/games/chessbase/res/rules/shogi/chu-shogi-rules.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h2>Reference Guide</h2>
4848
<p><img style="max-width:100%;" src="{GAME}/res/rules/shogi/horse.png"/><b>Horse</b> : The Knight has the two forward-most moves of the Chess knight.</p>
4949
<p><img class='piece-graph' src="{GAME}/res/rules/shogi/shogi-horse.png"/></p>
5050
<p><img style="max-width:100%;" src="{GAME}/res/rules/shogi/lance.png"/><b>Lance</b> : The Lance moves as a Rook but only forward in the same file, never sideways or backward.</p>
51-
<p><img class='piece-graph' src="{GAME}/res/rules/shogi/shogi-lance.png"/></p>
51+
<p><img class='piece-graph' src="{GAME}/res/rules/shogi/graphs/shogi-lance.png"/></p>
5252

5353
<p><img class='piece-icon' src="{GAME}/res/fairy/icons/w-copper-general.png"/><b>Copper general</b></p>
5454
<p><img class='piece-graph' src="{GAME}/res/rules/shogi/graphs/copper.png"/></p>
@@ -95,10 +95,10 @@ <h2>Reference Guide</h2>
9595
<p><img class='piece-graph' src="{GAME}/res/rules/graphs/phoenix.png"/></p>
9696

9797
<p><img class='piece-icon' src="{GAME}/res/fairy/icons/w-antelope.png"/><b>Stag</b></p>
98-
<p><img class='piece-graph' src="{GAME}/res/rules/shogi/graphs/stag.png"/></p>
98+
<p><img class='piece-graph' src="{GAME}/res/rules/shogi/graphs/flying-stag.png"/></p>
9999

100100
<p><img class='piece-icon' src="{GAME}/res/fairy/icons/w-prince.png"/><b>Prince</b></p>
101-
<p><img class='piece-graph' src="{GAME}/res/rules/graphs/prince.png"/></p>
101+
<p><img class='piece-graph' src="{GAME}/res/rules/shogi/graphs/shogi-prince.png"/></p>
102102

103103
<p><img class='piece-icon' src="{GAME}/res/fairy/icons/w-queen.png"/><b>Queen</b></p>
104104
<p><img class='piece-graph' src="{GAME}/res/rules/graphs/queen.png"/></p>
Loading
Loading
Loading
Loading
Binary file not shown.
Loading
Loading

src/games/chessbase/res/rules/shogi/shogi-rules.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h2>Pieces actions and properties</h2>
4848
<p><img style="max-width:100%;" src="{GAME}/res/rules/shogi/horse.png"/><b>Horse</b> : The Knight has the two forward-most moves of the Chess knight.</p>
4949
<p><img class='piece-graph' src="{GAME}/res/rules/shogi/shogi-horse.png"/></p>
5050
<p><img style="max-width:100%;" src="{GAME}/res/rules/shogi/lance.png"/><b>Lance</b> : The Lance moves as a Rook but only forward in the same file, never sideways or backward.</p>
51-
<p><img class='piece-graph' src="{GAME}/res/rules/shogi/shogi-lance.png"/></p>
51+
<p><img class='piece-graph' src="{GAME}/res/rules/shogi/graphs/shogi-lance.png"/></p>
5252
<h2>Promotion</h2>
5353

5454
<ul>

src/games/chessbase/res/rules/shogi/shogi-rules_fr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h2>Pièces</h2>
5050
<p><img style="max-width:100%;" src="{GAME}/res/rules/shogi/horse.png"/><b>Cheval</b> : Le cheval se déplace comme le cavalier mais uniquement vers l’avant.</p>
5151
<p><img class='piece-graph' src="{GAME}/res/rules/shogi/shogi-horse.png"/></p>
5252
<p><img style="max-width:100%;" src="{GAME}/res/rules/shogi/lance.png"/><b>Lance</b> : La Lance se déplace comme une Tour mais seulement vers l'avant dans la même colonne, jamais latéralement ou vers l'arrière.</p>
53-
<p><img class='piece-graph' src="{GAME}/res/rules/shogi/shogi-lance.png"/></p>
53+
<p><img class='piece-graph' src="{GAME}/res/rules/shogi/graphs/shogi-lance.png"/></p>
5454
<h2>Promotion</h2>
5555

5656
<ul>

0 commit comments

Comments
 (0)