Sure! Here's a simple implementation of a planet clicker game using HTML and JavaScript:
Planet Clicker
Click the planet to increase its size!
Clicks: 0
In this game, the player starts with a planet image representing Earth. Each time they click on the planet, the click count increases. Once the click count reaches 50, the planet image will change to Mars, and a congratulatory message will be displayed. Further clicks will be disabled.
Note: Replace the image URLs `emozi_rabbit.png` and `emozi_apple.png` with the actual image URLs or use your own images to display the planets.