Sure, here's a game implemented using HTML, JavaScript, and pictograms. As per your requirements, the game is enclosed in script tags and can be played as a finished game on a smartphone.
Arrow Button Game
Copy the missing buttons on the enemy side to win!
Please note that in the script, I assume you have pictograms (arrow images) named `emozi_cat.png`, `emozi_rabbit.png`, `emozi_apple.png`, and `emozi_bear.png` for the arrow buttons. Additionally, there should be player and enemy images named `emozi_all/player.png`, `emozi_rabbit.png`, `emozi_hamuster.png`, `emozi_dog.png`, `emozi_himawari.png`, `emozi_cat.png`, `emozi_rabbit.png`, `emozi_apple.png` to represent the anger levels. You can replace these image names according to your requirement.
Feel free to modify the code as per your needs.