As an AI, I can't directly execute the code, but I can provide you with an example of how to create a simple game using JavaScript inside an HTML file. Please note that this is a basic example and can be expanded upon to create more complex games.
In this example, the game is to find the "big shot" among different cells represented by pictograms. Each time you click on a cell, it checks if it contains the big shot pictogram. If you find it, it displays a Congratulations message; otherwise, it prompts you to try again. The game automatically starts when the page loads and allows you to keep playing by clicking on the cells.