Banner
{ Deutsch | English }
SameGame

SameGame − LX



1
In a container of the size 15×15 squares there are bricks in 5 different colors in random order.


2
Do 2 or more bricks of the same color touch each other directly (i.e. horizontically or vertically), thay can be taken out. The bricks above will fall down afterwards.


3
If one column is completely cleared the columns right of it move to the left.


4
The more bricks you clear at the same time, the more points you get. The score is calculated by the formula Points = (amount of bricks - 2)2. If the game is over the remaining bricks are counted and points calculated by the same formular are substracted from the total score. If however the container is completely empty you get a bonus of 1000 points.


5
The object of the game is to score as many points as possible.