Sure! Here's an example of a Cooking Clicker game implemented as a single HTML file with JavaScript:
🍳
Score: 0
This implementation creates a simple cooking clicker game where you can click on a pan emoji to cook and increase your score. The current score is displayed below the cooking button. Each time you click the button, the score increases by one and the score display is updated accordingly.