Sure! Here's a simple game where you can tap on a jelly to make it wiggle using JavaScript. Copy the code below and save it as a single HTML file to play the game:
To use this code, replace `emozi_cat.png` with the path to your jelly image (make sure to keep the single quotes). If you want to use pictograms, you can style the jelly using CSS or use an appropriate image as the background.
When you open the HTML file on a smartphone, you'll see a jelly in the center of the screen. Tap on the jelly, and it will wiggle for a brief moment. After that, it will stop wiggling until you tap on it again.
Please note that you need to provide your own jelly image or use pictograms as mentioned.