Sure! Here's a simple game implementation as a single HTML file. Please note that for the sake of simplicity, this game will not have any graphics or pictograms as requested.
To play the game:
1. Save the above code in a file named `guessing_game.html`.
2. Open the `guessing_game.html` file in a web browser (preferably on a smartphone).
3. The game will start by displaying a randomly selected question along with the correct answer and two other random answer options.
4. Click on the correct answer box to continue playing and ask the computer another question.
5. If the computer's answer to your question is wrong, click the "NUKE" button to end the game.
I hope you find this game enjoyable!