Sure! Here's a simple implementation of the classic game "Block Breaker" using HTML and JavaScript:
To play the game, you can copy and save the above code as an HTML file, then open it in a web browser. The game consists of a paddle at the bottom of the screen that is controlled using the right and left arrow keys. The objective is to use the paddle to bounce a ball and break all the bricks on the screen. The game ends when the ball hits the bottom edge of the canvas without being caught by the paddle.