var fDesc=new Array(); fDesc[0] = "This nice game is a fun adventure helping Doggy to find his home. This nice dog is lost from Happy Village, its owners are old people and you must help the dog find them. The main objective of this game is to remove tokens in big groups to escort doggy to the exit. You must complete different levels and challenges to help him to get home. You must set groups of three or more identical tokens to clear them and leave space in front of doggy to move to the exit door. Each level increases the challenge with bigger roads and with less time. Try to make as many bonus points as you can selecting groups as big as you can. If you remove more than 3 tokens you will make figures like a combo, max combo, max chain, and those will increase your bonus score.
This game allows you to set options like music, sound, full screen, quality and tips. You can also select to play a single mode or an endless mode, you must unlock endless mode by playing and completing some levels of the game.
This game has nice surprises flike trophies and different wallpapers."; 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 = ''; } }