Sure, I can create a simple game for you using JavaScript. Here's an example of a rock-paper-scissors game implemented as a single HTML file, enclosed in script tags:
Rock Paper Scissors
In this game, you can click on the pictogram representing your choice (rock, paper, or scissors) and the computer will randomly select its choice. The result (tie, win, or lose) will be displayed below the choices. You can replace the image sources with your own pictograms as per your preference.
Please note that the images (rock.png, paper.png, and scissors.png) should be located in the same directory as the HTML file for them to display properly.