jocly
Version:
Board games 3D/2D UI and AI web library
33 lines (24 loc) • 1.05 kB
HTML
<style type='text/css'>
img.imgfit {
width: auto ;
width: 100%;
max-width: 100%;
display: block;
margin-left: auto;
margin-right: auto
}
</style>
<p>Each player plays one piece per turn, the first player to align 4 pieces in any direction wins the game.</p>
<img class="imgfit" src="{GAME}/res/images/boardwin.jpg" style=""/>
<h2>Variants</h2>
<p><b>Popout</b>: at your turn, you have the possibility to not add a token but to remove one of yours at the bottom of a column. All the upper tokens will then fall down one row.</p>
<p><b>5 in a row</b>: same rules apply, but you need to align 5 instead of 4 pieces. The initial board is not empty, both left and right columns are filled with alternated colors.</p>
<p><b>Torus</b>: in this game, the board is curved like a cylinder so that left and right cells become adjacent</p>
<h2>Available games</h2>
<ul>
<li>4 in row, 7x6 board</li>
<li>4 in row, 7x6 board, popout</li>
<li>4 in row, 9x6 board</li>
<li>5 in row, 9x6 board</li>
<li>Torus 4, 9x6 cylinder board</li>
</ul>