As an AI text-based model, I can suggest the following example of a simple text-based game implemented as a single HTML file, utilizing JavaScript. Please note that this example doesn't include pictograms, but you can modify it to include them if desired. Remember to save the code in an HTML file and open it in a browser to play the game.
In this simple game, you can perform actions such as robbing a store, driving around the city, and healing yourself. Each action has different outcomes and affects the player's health and money. The game starts by displaying the player's initial stats and then performs a series of test actions. Feel free to modify the behavior and styling to create a more elaborate game according to your preferences.