Sure! Here's a simple HTML file that implements the game you described using JavaScript:
In this game, you will see a 3x3 grid with cells. Each cell represents a picture, which can either be SCP-096 or SCP-173. Your objective is to remove all pictures of SCP-096 while leaving at least one picture of SCP-173. To remove a picture of SCP-096, simply click on the respective cell. If you accidentally remove a picture of SCP-173, you will lose the game.
When you successfully remove all SCP-096 pictures within a level, the game will generate a new level with randomized picture placements. Your score will reset, and the level counter will increase. If you remove a picture of SCP-173 before removing all SCP-096 pictures, the game will end, and you will be prompted with a game over message. To play again, simply close the game over alert and the game will reset.
Please note that the code assumes you have images named "emozi_rabbit.png" and "emozi_hamuster.png" in the same directory as the HTML file for the pictograms. Feel free to replace them with actual pictograms or adjust the code according to your needs.