Welcome to IndieGamee: The Corridor var Delay = 50;//Seconds after them clicking the link, the gateway vanishes. function setupgateway() { var Left = $(window).width() /2; Left = Left - $('#gatewaydiv').width()/2; var Top = $(window).height()/20; Top = Top - $('#gatewaydiv').height()/20; $('#gatewaydiv').css('top', Top+'px').css('left', Left+'px').css('display', 'inline'); $('#gatewayDimmer').width($('html').width()); $('#gatewayDimmer').height($('html').height()); $('#gatewayDimmer').css('display','block'); } function removegateway() { $('#gatewaydiv').css('display', 'none'); $('#gatewayDimmer').css('display','none'); } $(document).ready(function() { $('.offerlink').click(function() { setTimeout('removegateway()', Delay*2000); }); setupgateway(); }); div id='gatewayDimmer'>

Sunday, March 10, 2013

The Corridor

The Corridor




The Corridor 

is an indie first person horror game. 

The game takes place in the hotel, at which the main character recently stopped. Waking up at night from a sense of unexplained anxiety, he goes out of his room and finds himself in a dark long hallway. At night, the hotel has changed drastically and turned into an endless maze of crushing walls. To get out of it, the hero will have to face his fear, going farther into the shadowy darkness. 

How to distinguish reality from fiction? How to wake up from a nightmare in which your worst imagination has come to life? There is only one way out - to go forward without looking back. You do not want to know that you breathe in the back ...

The game takes place in the hotel, at which the main character recently stopped. Waking up at night from a sense of unexplained anxiety, he goes out of his room and finds himself in a dark long hallway. At night, the hotel has changed drastically and turned into an endless maze of crushing walls. To get out of it, the hero will have to face his fear, going farther into the shadowy darkness.

Download Here:

Rar Password:

No comments :

Post a Comment