jocly
Version:
Board games 3D/2D UI and AI web library
27 lines (24 loc) • 1.37 kB
HTML
<p>In all Draughts variants, the following rules apply:</p>
<ul>
<li>Players take turn by moving one piece</li>
<li>Pieces can move to an adjacent empty position</li>
<li>An adjacent opponent piece can be captured by jumping over it (which implies the next position is available)
<p style="text-align: center;"><img style="max-width:100%" src="{GAME}/res/rules/capture.jpg"/></p>
</li>
<li>When possible, several captures can be performed at the same round (with the same piece)</li>
</ul>
<p>In English Draughts, the additional rules also apply:</p>
<ul>
<li>The board and initial position is the following:
<p style="text-align: center;"><img style="max-width:100%" src="{GAME}/res/rules/brit-checkers-start.jpg"/></p>
</li>
<li>Pieces moves only on dark squares</li>
<li>Simple pieces can only move forward, even for capture</li>
<li>Promoted pieces, called kings, can move backward, but only to adjacent positions</li>
<li>After a capture, a king must stop just after the captured piece (unless it can do another capture)</li>
<li>Black starts</li>
<li>Capture is compulsory</li>
<li>Captured pieces are removed after all captures are done</li>
<li>If a piece reaches the last line during a capture sequence, it is not promoted, unless the capture finishes on the last line</li>
<li>A player who cannot play any move loses the game</li>
</ul>