Sure, here's an example of a simple shooting game using JavaScript and pictograms:
Shooting Game
Score: 0
In this example, the game contains a game area, a player (represented by a pistol icon), and targets (represented by target icons). The player can shoot at the targets to earn points. Each successful hit increases the score by 10 points. The score is displayed at the top. The targets will be randomly positioned within the game area every second.
Please make sure to save the pistol image as `emozi_bear.png` and the target image as `emozi_chicken.png` in the same directory as the HTML file. You can also customize the game design by modifying the CSS styles.
Note: This is a basic implementation and can be enhanced with additional features like levels, timers, sound effects, etc., based on your requirements and preferences.