var fDesc=new Array(); fDesc[0] = "Match3 game is popular in world. The simple mechanics and rules allow earning points by chaotically
clicking with a mouse across the field. Differs quite a bit from classic match3. Game Space Lines rethinks the logic of the game created back in 1992.
Our version keeps the rules of classical Lines: Each course in the field displays 3 figures, and you must build from them lines on 5 or more identical figures.

You may move figures somehow if the way to a point of placement doesn't partition off another figure.
Rules are very simple to type, however, many points are earned in later movements.
A scale to the right part of the screen will display points earned for speed.
Nice graphics-each figure is animated, and each action is seasoned with bright special effects.
Excellent music score by Zero Project will surround you in a space and infinity atmosphere.
Compete with players worldwide and show off your skill!"; 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 = ''; } }