Sure! Here's an example of a simple question game implemented as a single HTML file using JavaScript. The game will present a series of questions and the player needs to select the correct answer to score points.
Welcome to the Question Game!
Score: 0
Note: You will need to replace the `img` tag sources (`emozi_dog.png`, `emozi_himawari.png`, etc.) with your actual pictogram images. Make sure to have the images available in the same directory as the HTML file.