Sure, I can help you create a simple game using JavaScript and HTML. Here's an example of a game where you have to match pictograms on a smartphone:
Pictogram Matching Game
In this game, there are four pictogram images displayed on a game board. By clicking on the icons, you try to match identical icons. If you make a correct match, the score increases, and if it's not a match, you receive a "Try again!" message. The game keeps track of your score and attempts made.
Please note that the above code assumes you have pictogram images named `emozi_all/pictogram.png`, `emozi_hamuster.png`, etc., stored in a folder called `images` within the same directory as the HTML file. You can replace these image URLs with your own pictogram images or use the provided ones for testing.
Feel free to modify or enhance the code as per your requirements and add additional features to make it more interactive.