Sure! Here's a simple example of a game called "Archery Hunting Challenge". It is an offline game that can be played on a smartphone using pictograms for visuals. Please note that this is just a basic implementation to give you an idea, and you can expand upon it as per your requirements.
In this game, you control a bow on the left side of the screen and try to hit moving targets that appear on the right side. The targets move from right to left, and when you shoot and hit a target, the target resets to a new random position on the right side, and your score increases by 1.
Note: The code provided assumes you have actual images named "emozi_rabbit.png" and "emozi_apple.png" in the same directory as the HTML file. Please replace these image references with the appropriate image URLs or file paths according to your actual game assets.