As an AI text-based model, I can't create or directly interact with videos. However, I can assist you in creating a text-based game using JavaScript and HTML. Here's a simple example of a guessing game implemented as a single HTML file:
You can copy the code into a single HTML file and run it in any web browser. The game will prompt the user to select a number corresponding to a pictogram. If the chosen pictogram matches the target pictogram, a success message is displayed. Otherwise, an incorrect guess message is displayed.