jocly
Version:
Board games 3D/2D UI and AI web library
22 lines (11 loc) • 867 B
HTML
<h1>The board</h1>
<p>Annexation Cross is played on a 8x8 cross-shaped grid.</p>
<h1>Initial setup</h1>
<p style="text-align:center"><img style='max-width:100%' src='{GAME}/res/rules/cross-initial.jpg'></p>
<h1>Rules</h1>
<p>Two players called Dark (black) and Light (white). Each player puts one piece per turn on the board. The piece must be put on a space so that it sandwiches one or more of the opponent's lines (diagonal or vertical). The sandwiched disks are flipped to the color of the current player.</p>
<p>If a player can not play, he must pass his turn.</p>
<p style="text-align:center"><img style='max-width:100%' src='{GAME}/res/rules/passx200.jpg'></p>
<p>The game is over when both players can not play. The player with the most pieces wins.</p>
<h1>Notations</h1>
<p>Letters for columns and numbers for rows, start at top left with A1.</p>