<h1>Samegame</h1>
<p>
Samegame is a single-player tile matching game.

<h3>Object</h3>
<p>
The object of the game is to remove all tiles from the field.

<h3>Rules</h3>
<p>
Tiles of a number of different colors are dealt to the board.  You
may remove a group of two or more adjacent tiles of the same color.
Once a group is removed, all tiles directly above them will fall to
fill in the gap.  If a column is emptied, the adjacent columns will
slide to the left to fill in the gap.
<p>
The game is won if you manage to clear all of the tiles.

<h3>Notes</h3>
<p>
<i>Autodrop</i> is disabled for this game.