iSMatrix is a simple number game: you have to fill a square matrix counting from one, thus using simple rules to choose the matrix next cells.Try to find a solution before surrendering to the game! xMatrix has been developed using Cocos2Diphone (open source project)

Starting from number one you can move horizontally or vertically, jumping two cells, or diagonally jumping just one. The target is to fill the matrix cell respecting fixed values.

When you reach a single fixed cell (frozen), you then have to select the position of the next-coming cell, starting from the last number of the sequence. Touching the last number inserted, you can come back to the previous move. It is useful to choose other candidates so to change eventually the solving route.

This is one of the help pages of the game.

This is the record page of the game.

Dimension defines the numbers of rows/columns of the matrix (NxN)
Difficulty is inversely to the numbers of fixed cells of the scheme
Sound enable/disable sounds of the game
Next enable/disable the next cells of the candidate
Color defines the color of the fixed cells
Language only Italian or English

