var fDesc=new Array(); fDesc[0] = "The world is coming to an end and you are one of the remaining survivors in this apocalyptic world. With most of the human race exterminated due to an unknown infection, the dead are coming back to life, as fearsome zombies. You, as one of the lucky surviving ones, have to fight for their survival on this once thriving land on Last Day on Earth.

The fight for survival is long and tough. But the power is in your hands. With no resources on hand, and not even clothes to wear initially, youre utterly vulnerable.

Keep your character alive by monitoring its life stats. Drink up and eat when the thirst and hunger levels are low. Leaving the comforts of your home, you will now need to get your hands dirty. Hunt for food the primitive way, using basic tools such as a hatchet or a spear. Along the way, you will be able to improve your survival skills by learning how to craft better tools, collect drinking water, cook a meal and learn to be self-sufficient. Collect the useful resources such as wood and stones for crafting. Create weapons and a mode of transport using whatever you can find on hand.

Everything that you find around you will be come in handy one day. So you would need a shelter to you to rest, craft boxes for you to store items that you have found during your venture to the wild. Build a campfire to cook food. Built a shower to freshen up yourself as body stench can attract more zombies. Build a raincatcher to purify some drinking water to carry in your backpack when you head out. After gaining more experience and collecting more resources, you would be able to upgrade your living space.

Prepare yourself for intruders that approach your shelter when you are least aware. Set traps around the boundaries of your house to prevent foreign invasion. Likewise, you can also raid other survivors territories and obtain rare items. Its the battle for survival and people (and zombies?) are capable of doing anything to survive in Last Day on Earth!"; 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 = ''; } }