var fDesc=new Array(); fDesc[0] = "Super Collapse Puzzle Gallery 2, is an original puzzle game developed by Gamehouse Inc., that offers good quality graphics and animations combined with a brain-bending gameplay that will surely catch you.
Playing this game is very easy. Your objective will be to clean off the grid all the blocks. To do so you have to click on the blocks of the same color, and the will instantly disappear. The trick is that there should be more than three blocks together, otherwise you will not be able to remove them. If you are able to solve the first five puzzles, a new puzzle will be unlocked. At the beginning the game is really easy, maybe too easy for a usual gamer. It is only up from level 10 or more that it becomes more interesting. The puzzles to solve will require more concentration and ability not to leave any block on its own. Besides, new shapes such as faces, will start to appear and will make the game more appealing.
The graphics are superb, as well as the animations. The music is fine too, and the sound effects are really cool. If you are patient enough to get to the more tricky levels, you will find that Super Collapse Puzzle Gallery"; 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 = ''; } }