Sure! Here's an example of a simple game called Floppy Bird implemented in a single HTML file using JavaScript:
This implementation uses a simple canvas element to render the game, and the bird is represented as a yellow square. The player can make the bird jump by clicking anywhere on the screen. The game ends if the bird hits the ground. The player's score is determined by the bird's vertical position relative to the canvas height.