var fDesc=new Array(); fDesc[0] = "Fiery blend of Minecraft and Portal.
The game forces you to stretch your gyrus.
Build a "bridge" of special cubes for to exit a location.
The task is complicated by the fact that the number of cubes for construction is limited, so
there is no room for error.
The game has a variety of chips, such as "dynamic cubes"
that you can move yourself and which obey the laws of physics.
Sometimes you just build a road,
at other times you'll put the cubes on the buttons that activate different
mechanisms.
A pleasant and relaxing style of music keeps you engaged, and the lack of a
time limit allows you to carefully consider each decision.

Features:
- Multiplatform. The game looks equally good as
personal computers as well as the iPhone and the iPad.
- Fun puzzle game based on the spatial thinking.
- Soothing music helps keep things interesting
- No time limit, no rush!"; 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 = ''; } }