Sure! Here's a simple game where you have to guess the fruit based on the emoji. The game is implemented as a single HTML file and contains JavaScript within script tags. The game is playable assuming smartphone operation and uses pictograms to represent the fruits.
Guess the Fruit Game
To play the game, copy and paste the HTML code into a new HTML file and open it in a web browser. Each time you play, a random fruit emoji will be displayed, and you need to enter the corresponding fruit name in the input field. If you guess correctly, a success message will be shown, and a new fruit emoji will appear after 2 seconds. If your guess is incorrect, an error message will be displayed, and you can try again.
Hope you enjoy the game!