Sure! Here's a simple zombie infection game implemented as a single HTML file using JavaScript and pictograms:
Zombie Infection Game
In this game, you control a player character represented by a pictogram. By clicking on the player character, your score increases. However, there is a 20% chance that you might get infected by zombies. If you get infected by 10 zombies, the game is over and your final score is displayed.
Note that, for simplicity, I've assumed the existence of two image files: `emozi_all/player.png` (representing the normal player character) and `emozi_all/normal.png` (representing the infected player character). Make sure to replace these with actual image file paths or use appropriate pictograms of your choice.
Feel free to modify and enhance the game according to your preferences and requirements.