Sure, here's an example of a simple game implemented as a single HTML file, using JavaScript and pictograms.
To use this code, you can copy it into a new HTML file, save it with a ".html" extension (e.g., `poopman.html`), and open the file in a web browser. The game will be displayed, and you can click on the poop icon to collect poops and increase your score. Clicking the "Start Game" button will reset the score to zero.
Note that in the above example, the path for the `emozi_himawari.png` image is assumed to be in the same directory as the HTML file. Adjust the image source path as per your specific file organization.