Sure! Here's an example of an Atari Pong game implemented in a single HTML file using JavaScript:
This game features two paddles controlled by mouse movement and a ball that bounces off the paddles and the walls. The player's objective is to prevent the ball from hitting their wall and gain points whenever the opponent fails to return the ball.
Feel free to modify and customize the game as per your requirements.