Remember? Register Facebook Login
Controls: Mouse - Move/Select/Pickup/Shoot
You're all alone in this creepy alternate reality. Search for useful items and explore new areas, but be on your guard, the zombies could be lurking just around the corner!
SELECT *FROM `games`JOIN `games_folders` ON `games`.`game_id` = `games_folders`.`game_id`WHERE `slug` = 'diseased-corpse'
SELECT *FROM `games`JOIN `games_folders` ON `games`.`game_id` = `games_folders`.`game_id`WHERE `games_folders`.`folder_id` = 6AND `published` = 1ORDER BY RAND() LIMIT 5
UPDATE `games` SET numplayed = numplayed+1WHERE `slug` = 'diseased-corpse'
SELECT `users_groups`.`group_id` as `id`, `groups`.`name`, `groups`.`description`FROM `users_groups`JOIN `groups` ON `users_groups`.`group_id`=`groups`.`id`WHERE `users_groups`.`user_id` IS NULL