As an AI text-based model, I can assist you in creating a simple game using JavaScript enclosed in HTML script tags. Below is an example of a "Guess the Pictogram" game that can be played on a smartphone:
Guess the Pictogram!
Please note that in this example, the pictograms are represented by image filenames (e.g., "emozi_bear.png", "emozi_chicken.png"). You would need to provide actual pictogram images and update the image sources accordingly.
To play the game, the player needs to enter their guess into the input field and click the "Submit" button. The result (whether the guess is correct or incorrect) will be displayed, and the player can proceed to the next pictogram using the "Next" button.
Feel free to modify and enhance the game according to your specific requirements and design preferences.