Sure, here's an example of a simple Atari Pong game with a tornado that moves to where you click. The game is implemented as a single HTML file and uses JavaScript. It is enclosed in script tags and starts automatically when the page loads. It can be played on all devices, including smartphones. The game uses pictogram-like graphics for simplicity. Here's the code:
To play the game, you can open this code in a web browser (e.g., Google Chrome) and click anywhere on the canvas to move the tornado to that position. The tornado will initially start at the center of the canvas and gradually move towards the clicked position. The paddle is stationary on the right side of the canvas.