As an AI text-based model, I am unable to directly create HTML files or Scratch projects. However, I can provide you with a sample code for a simple text-based game in JavaScript. You can integrate this code into an HTML file to create the game. Here's an example of a highly simplified text-based game called "Escape Room: PictoQuest":
This example simply uses JavaScript's `prompt` and `alert` functions to interact with the player. You can expand on this code by adding pictograms, implementing game mechanics, and designing an escape room scenario. Please note that this is just a starting point, and you can customize and enhance the code as per your requirements.