UNPKG

jocly

Version:

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

39 lines (30 loc) 1.63 kB
<p>Gliński's chess is a hexagonal chess variant played on a 91 hexagonal cells board.</p> <p>Each player commands 18 pieces</p> <ul> <li>1 king</li> <li>1 queen</li> <li>2 rooks</li> <li>3 bishops</li> <li>2 knights</li> <li>9 pawns</li> </ul> <h2>Initial setup</h2> <p style="text-align:center"><img style='max-width:100%' src="{GAME}/res/rules/glinski/330px-Hexagonal_chess.svg.png"/></p> There is no castling. Stalemate is not a draw but counted less than a checkmate. <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 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>