var fDesc=new Array(); fDesc[0] = "Ada Cartoon Solitaire is a wonderful picture matching game that features lots of popular cartoons and offers hours of fun for all from kids to adults.
Ada Cartoon Solitaire is based on mahjong solitaire mechanics, that is to say, your goal is to match the pictures so as to clean them off the board. You simply click on one picture once and then on its match as quickly as you can, because there is time bar running that gives you only a few minutes to clean them all.
The game offers five game modes with different levels of difficulty, they are: Learning, Challenging, Natural, Extremal and VS Computer Mode. The difficulty implies that times runs out quicker, and in the case of the extremal mode, the picture animations move so fast that you will need a lot of concentration and fast reflexes to advance.
Apart from its different game modes, that you can choose at the beginning, there are different game stages, only five in the trial version, each one featuring a different cartoon thematic, for example, Naruto, The Incredibles, famous Pets, cars and, more. Then you can set the music, and even add your own mp3 or wav files, which is awesome!
The graphics and animations in Ada Cartoon Solitaire are great, and the music is really charming. Ada Cartoon Solitaire is such a great game that you will never get bored of playing."; 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 = ''; } }