Sure! Here's a simple example of a banana game implemented as a single HTML file using JavaScript:
Banana Game
Click on the bananas to score points!
Score: 0
In this game, bananas appear randomly on the screen every second, and each click on a banana increases the player's score by 10 points. The score is displayed on the webpage. The bananas also disappear after 2 seconds. The game runs indefinitely until the webpage is closed.
Note: The banana emoji (`
🍌`) is used as the pictogram for the game.