Sure, here's a simple game that fits your requirements. However, please note that this is a text-based game instead of a game with pictograms.
To play the game:
1. Copy the entire code into a new HTML file (e.g., `escape_game.html`).
2. Open the file in a web browser.
3. Open the browser's developer console (usually by right-clicking and selecting "Inspect" or "Inspect element").
4. Type the actions mentioned in the game's messages into the console (e.g., `processInput('leave')`).
This game starts in an apartment where you're trying to escape from your AI girlfriend. Once you successfully leave, the game prompts you to run while avoiding her. You must keep typing 'run' to keep escaping. The AI girlfriend will chase you, and if she catches up, the game will notify you. If you manage to keep running without getting caught, you win the game.
Please note that this is a very basic text-based game and can be further enhanced with visuals or more interactive elements.