Sure! Here's a simple game implemented as a single HTML file, enclosed in script tags and written in JavaScript. The game uses pictograms and can be played on a smartphone:
Pictogram Game
Score: 0
To run the game, save the code into an HTML file and also save three pictogram images as "emozi_all/game.png", "emozi_all/pictogram.png", and "emozi_all/pictogram.png" in the same directory as the HTML file. Then, open the HTML file in a web browser and you can start playing the game!
The game starts with three pictograms displayed on the screen. When you click on a pictogram, you earn one point and the clicked pictogram is removed. A new random pictogram is then added to the game area. The score is displayed at the top, and you can continue playing until you're satisfied.
Enjoy the game!