jocly
Version:
Board games 3D/2D UI and AI web library
28 lines (25 loc) • 1.52 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 International 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/draughts-start.jpg"/></p>
</li>
<li>Pieces moves only on dark squares</li>
<li>Simple pieces can only move forward, except for capture</li>
<li>Promoted pieces, called kings, can move along any diagonal</li>
<li>After a capture, a king can stop at any available position on the diagonal after the captured piece (assuming skipped positions were free)</li>
<li>White starts</li>
<li>Capture is compulsory</li>
<li>Captured pieces are removed after all captures are done</li>
<li>If a player must choose between several capture sequences, he must choose the one that captures the most opponent pieces</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>