
SameSame
========

This is a simple puzzle game based on "Same Game" family of games.


Wikipedia, the source of all useless knowledge, has this information about the Same Game:

<Wikipedia>
SameGame is a puzzle game featuring tile removal originally released under the name Chain Shot! in 1985 by Kuniaki Moribe. 

Same Game is played on a rectangular field initially filled with typically 4 or 5 kinds of blocks placed at random. By selecting one of a group of adjoining blocks of the same color, a player may remove them from the screen by clicking them (single click in some versions, double click in others). Blocks that are no longer supported by removed blocks will fall down, and a column without any blocks will be trimmed away by other columns always sliding to one side (often the left.) The goal of the game is to remove as many blocks from the playing field as possible. The game ends if a timer runs out or if no more blocks can be removed. 

Most versions of the game give (n - k)^2 points for removing n tiles at once, where k = 1 or 2 depending on the implementation. 
</Wikipedia>

Notice that in SameSame, score = (n - 1) * (n - 1).

The objective of this game is to maximaize the final score by removing as many blocks as possible in each move. 
In addition, you can try to complete all "achievements".



Controls
========

If you have a phone with keypad, use arrow keys to move around and press fire for action.
On touch screen, simply press the items on the board.

Hint: 
If English is the default language in your phone, you may be able to use the soft keys and the back key. If that doesn't work for you, use # and * instead.



Challenges
==========

While the game can be played in free mode, playing challenges is far more interesting.

Challenge levels are divided into "themes", once you complete 75% of levels in a theme, new themes will be unlocked.

Within each theme, you are given four levels to solve. Once all are solved, four more levels will be unlocked for you until you have solved all levels.


Ranks
=====
As you progress in the game, you will be given achievement points. 
These achievement points will decide your "rank" in the game.


Global Scoreboard
=================
Once you have cleared a few challenges and maybe even a few themes, you can compare your achievements to other players online.
This is done on the "global scoreboard" which is accessible from the "statistics" page.

