UNPKG

jocly

Version:

Board games 3D/2D UI and AI web library

39 lines (30 loc) 1.54 kB
<p>Mac Cooey's chess is a hexagonal chess variant played on a 91 hexagonal cells board.</p> <p>Each player commands 16 pieces</p> <ul> <li>1 king</li> <li>1 queen</li> <li>2 rooks</li> <li>3 bishops</li> <li>2 knights</li> <li>7 pawns</li> </ul> <h2>Initial setup</h2> <p style="text-align:center"><img style='max-width:100%' src="{GAME}/res/rules/mccooey/McCooey_chess_setup.jpg"/></p> There is no castling. Stalemate is counted as a draw. <h2>Pieces moves</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 is allowed except for f file pawns. The pawn capture corresponds to a one step Bishop's move. See crosses for captures. "En passant" captures are possible. <p style="text-align:center"><img style='max-width:100%' src="{GAME}/res/rules/mccooey/McCooey_chess_pawn.jpg"/></p>