googleplay

firstescapegames

Games

  • Escape Game Ruined Ancient City
    Escape Game Ruined

Description

Escape Game: Ruined Ancient City is a point and click escape game developed by firstescapegames. A tourist visiting this ruined ancient city is trapped in a hut. You need to help the tourist escape from the hut by unlocking the door for him. Collect clues and hints and solve puzzles to complete your task.

  • 1

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; } }