var fDesc=new Array(); fDesc[0] = "Holey Puzzle and Board Games, developed by Encore, is a huge collection of classic games like Hangman, Mahjongg and Sudoku, plus over 1200 different Crosswords.
The collection guarantees entertainment for gamers of all ages. You can challenge your friends or family. You can also play by yourself and take the highest scores or against one of the charming CPU characters. There are more than ten customizable characters, and what is great is that you can even create your own, picking the head, nose, voice and clothes that you like most.
This game package features classics, some with their original names and others with some variations. For example the classic Scrable here is Wordbox, a game inspired in Tetris is called Panic, and Battling Ships is a new version of the classic BattleShip. You will also find Anagrams, Crosswords, Chess, Sodoku, five Solitaire games, five pool games, and a lot more. Most of them let you choose the level of difficulty.
This huge collection is great, the games are truly mind-bending and entertaining, and will surely keep you and your family occupied for a long time. Besides, the graphics are wonderful and detailed, and the music is really catchy . It is a high quality game worth trying."; 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 = ''; } }