Sure, I can create a simple game for you using JavaScript that can be played on a smartphone.
Here is an example implementation of a basic guessing game using pictograms as options. Just copy and paste the code into a single HTML file:
Guess the Pictogram Game
Click on the pictogram that matches the given description.
In this game, you will see a description of an action (e.g., "Eating") and four pictograms. You need to select the pictogram that represents the given action correctly by clicking on it.
The JavaScript code handles checking your answer and displaying the next pictogram. If your answer is correct, an alert will indicate "Correct!", and if it's wrong, it will display "Wrong!". Once you finish guessing all the pictograms, a "Game Over!" alert will appear.