Sure! I've created a simple number guessing game using JavaScript. Here's the code enclosed in script tags in a single HTML file:
To play the game, open the HTML file in a web browser (preferably on a smartphone for better experience). The game will prompt you to enter a number within the given range, and you can keep guessing until you get the correct number. The result will be displayed, and the game will hide the input and button once you've guessed correctly.
Note: I have not used pictograms in this implementation, but you can modify the HTML and CSS to include appropriate pictograms if desired.