As an AI text-based model, I can provide you with a sample game code that meets your requirements. However, since I can only generate text, I cannot create an actual HTML file or incorporate pictograms directly.
Here's a simple text-based game called "SpongeBob's Adventure" that you can run in a JavaScript environment:
To play the game, you can copy and paste this code into an HTML file. When the HTML file is opened in a browser, it will prompt the player with a choice between "fight" and "run." Based on the player's input, the game will show different outcomes.
Please note that this is a very basic and text-based example. To create a more interactive game with graphics and animations, you would need to use HTML5 canvas, CSS, and more advanced JavaScript concepts.