Sure, I can help you create a simple game that can be played as a finished game using HTML, JavaScript, and pictograms. Here's an example implementation:
Pictogram Game
This game consists of five pictograms:
⚽,
🏀,
🎾,
🏈, and
🏐. When you click on one of the pictograms, the game will randomly select another pictogram as the winning option. If you clicked on the winning pictogram, it will turn green, and you will receive a "Congratulations!" message. If you clicked on a wrong pictogram, the clicked pictogram will turn red, and the winning pictogram will turn green. You will receive an "Oops! You lost! Try again." message.
Please note that this is a simple example to demonstrate the concept of a game using pictograms. You can customize the game further to suit your requirements or add more complexity.