Sure, here's an example of a simple game implemented as a single HTML file using JavaScript. It's a guessing game where the player has to guess a random number between 1 and 10. The game will provide feedback on each guess and keep track of the number of attempts. I'll also use some pictograms to make it visually appealing:
Guessing Game
In this game, a potato pictogram is displayed, and the player needs to guess the random number generated by the game. The game will provide feedback if the guess is too high or too low, and once the correct number is guessed, the player is alerted with the number of attempts made. They can then play again by clicking the "OK" button on the alert or by refreshing the page.
Note: In order for the pictogram URL to work, please replace the `src` attribute of the `<img>` tag with an actual URL pointing to a potato pictogram image.