Below is a sample implementation of Flappy Bird in one HTML file using JavaScript. It is playable on a smartphone and utilizes emojis to depict the bird and pipes.
To play the game, open the HTML file in a web browser on your smartphone and touch the screen to make the bird flap its wings and avoid the pipes. The score will increment each time the bird passes through a set of pipes. If the bird collides with a pipe, the game is over and the score is displayed.