var fDesc=new Array(); fDesc[0] = "The Escapists The Walking Dead is an arcade game in the 8-bit pixel art style. You play as Rick Grimes as he takes on hordes of walkers let loose upon the world.

Deluxe Edition includes the complete official soundtrack of the game and a digital artbook containing comic strip scenes from the game and some bespoke artwork. You also get the first edition of the official The Walking Dead comic."; 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 = ''; } }