Sure, I can help you create a simple game about sitting on a toilet. Here's a sample implementation using HTML and JavaScript:
Toilet Game
Score: 0
To run this game, save the code above in a `.html` file (e.g., `toilet_game.html`) and open it in a web browser. You'll see an image of a toilet, and you can click on it to increase your score. The game will last for 10 seconds, after which an alert will appear showing your final score.
Please note that for this implementation, I'm assuming you have an image file named `emozi_all/toilet.png` for the toilet image. You can replace it with your own toilet image or use any suitable pictogram image of your choice.
I hope this fits your requirements! Let me know if you need any further assistance.