jocly
Version:
Board games 3D/2D UI and AI web library
41 lines (32 loc) • 1.95 kB
HTML
<h2>Initial setup</h2>
<p>84 hexagonal cells board</p>
<p style="text-align:center"><img style='max-width:100%' src='{GAME}/res/rules/brusky/brusky-initial.jpg'></p>
<h2>Pieces moves</h2>
<p>Same move as Glinski chess (see below "Gliński's chess movements")</p>
<p>Differences from Glinski chess are:</p>
<ul>
<li>Pawns movement.</li>
<li>Castling is permitted (short and long).</li>
</ul>
<p>Pawns movement</p>
<p>Pawns can move forward to one adjacent cell, or 2 if first move (see green dots)</p>
<p>Capture is made forward in diagonal to a same-color cell, plus one same-color cell forward if first move (see red dots).</p>
<p style="text-align:center"><img style='max-width:100%' src='{GAME}/res/rules/brusky/brusky-pawns.jpg'></p>
<p>"En passant" captures are permitted.</p>
<hr>
<h2>Gliński's chess movements</h2>
<h3>The King</h3>
<p style="text-align:center"><img style='max-width:100%' src="{GAME}/res/rules/glinski/210px-Glinski_Chess_King.svg.png"/></p>
<h3>The Queen</h3>
<p style="text-align:center"><img style='max-width:100%' src="{GAME}/res/rules/glinski/210px-Glinski_Chess_Queen.svg.png"/></p>
<h3>The Bishop</h3>
<p style="text-align:center"><img style='max-width:100%' src="{GAME}/res/rules/glinski/210px-Glinski_Chess_Bishop.svg.png"/></p>
<h3>The Rook</h3>
<p style="text-align:center"><img style='max-width:100%' src="{GAME}/res/rules/glinski/210px-Glinski_Chess_Rook.svg.png"/></p>
<h3>The Knight</h3>
<p style="text-align:center"><img style='max-width:100%' src="{GAME}/res/rules/glinski/210px-Glinski_Chess_Knight.svg.png"/></p>
<h3>The Pawn</h3>
Double step from starting position if possible. If a pawn captures from its starting cell to another pawn starting cell, it keeps its double cell start ability for another turn.
See crosses for captures.
"En passant" captures are possible.
<p style="text-align:center"><img style='max-width:100%' src="{GAME}/res/rules/glinski/210px-Glinski_Chess_Pawn.svg.png"/></p>