Sure! Here's a simple implementation of Atari Pong with a tornado using HTML, JavaScript, and pictograms. The game will be playable on all devices, including smartphones. You can click on the tornado to move it to the clicked position.
Save the above code into a single HTML file with a `.html` extension (e.g., `pong.html`). Then, you can open the file in any modern web browser to play the game. When you click on the canvas, the tornado will move to the clicked position. The game will work on smartphones, as well.