var fDesc=new Array(); fDesc[0] = "Spirits of Metropolis is a game that shifts this perspective: once you create a combo (called "chains" in the game), the level won't react immediately.

Instead, the user is in control of when the chains start to occur...allowing you to build multiple chains in a single turn. It's not uncommon to get massive chains with some good strategies! From there, you change any gem to the color that's currently in your "Current" inventory.

You can watch some videos (coming soon) and get some perspective on how the game is played in the Media section. But one of the major features of Spirits of Metropolis is that it has ten different gameplay modes, each changing the way the game is played."; 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 = ''; } }