jocly
Version:
Board games 3D/2D UI and AI web library
30 lines (21 loc) • 1.18 kB
HTML
<p>There are several Circular chess variants.</p>
<p>This version is known as Modern Circular Chess.</p>
<p>Each player commands a classical chess 16 pieces set:</p>
<ul>
<li>1 king</li>
<li>1 queen</li>
<li>2 rooks</li>
<li>2 bishops</li>
<li>2 knights</li>
<li>8 pawns</li>
</ul>
<h2>Initial setup</h2>
<p style="text-align:center"><img style='max-width:100%' src="{GAME}/res/rules/circular/circular-start-position.jpg"/></p>
<h2>Pieces moves</h2>
<p>The moves are identical to orthodox chess moves adapted to circular topology.</p>
<p>Dispite this ring topology, Queens and rooks are not allowed to move to the position they are leaving.</p>
<p>There is no castling. </p>
<p>Pawns have double step start possibility. There is no "En passant" capture. Promotion is on the opponent start line (6 cells ahead from pawn start position)</p>
<p>Please see the move diagrams below. </p>
<p style="text-align:center"><img style='max-width:100%' src="{GAME}/res/rules/circular/circular-moves.jpg"/></p>
<p>For more details and references, please access the <a href="http://en.wikipedia.org/wiki/Circular_chess#Rules_2" target="_blank">Wikimedia Circular Chess page</a>.</p>