Sure! Here's a simple game that you can play as a finished game on a smartphone using pictograms. It is written in HTML and JavaScript, enclosed in script tags within a single HTML file:
Fire Game
Score: 0
Time left: 10
To play this game, you will need two image files: `emozi_all/play.png` and `emozi_all/game.png`. Make sure to save those images in the same directory as the HTML file.
When you open this HTML file in a browser or a smartphone's web browser, you will see a "Fire Game" title and a fire pictogram in the center. Clicking on the fire pictogram will increase your score. The game also has a timer that starts at 10 seconds and counts down. Once the timer reaches 0, the game ends and the fire pictogram is replaced with a "Game Over" indicator.
Please note that the game is very basic and can be further expanded to include more features, animations, and levels. This is just a starting point.