googleplay

firstescapegames

Outdoor Escape Games

  • Escape Game Best House
    Escape Game Best H

Description

You fell asleep and in your dream you see yourself locked up in a paying house in which you were staying. You need to escape from there ASAP before something happen to you in your sleep. Figure out a way to escape from there. Look out for the clues and use them accordingly to find a escape route. Good luck in your escape.

Related Games

 
var element = $(".game_title_ply"); var shown = true; setInterval(toggle, 1000); function toggle() { if(shown) { element.css("color", "#fd5604"); shown = false; } else { element.css("color", "#FFF"); shown = true; } }