1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
PySolFC/html-src/rules/samegame.html
2024-10-05 10:01:49 -04:00

21 lines
606 B
HTML

<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.