var fDesc=new Array(); fDesc[0] = ""Tinja" is a logical puzzle game in which the player moves the stones through the maze in order to put them in the given final positions. Only one stone can be moved at a time, and the ball, which is controlled by the player, can only push the stones away from itself, but not drag them along. Stones put on the right position light up in red. When all of them will be in the right place, the portal to the next level will become active.

The main features of the game:
- The game has a well-developed balance, you will encounter easy levels at the beginning of the game and more difficult to the middle and end. It is possible to go further in case you are confronted with a level that is too difficult for you.
- The game has more than 50 levels! They will give you many hours of exciting games.
- Nice graphics in pixel art style

"Tinja" is a logical puzzle game in which the player moves the stones through the maze in order to put them in the given final positions. Only one stone can be moved at a time, and the ball, which is controlled by the player, can only push the stones away from itself, but not drag them along. Stones put on the right position light up in red. When all of them will be in the right place, the portal to the next level will become active.

The main features of the game:
- The game has a well-developed balance, you will encounter easy levels at the beginning of the game and more difficult to the middle and end. It is possible to go further in case you are confronted with a level that is too difficult for you.
- The game has more than 50 levels! They will give you many hours of exciting games.
- Nice graphics in pixel art style"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }