Sure, here's an example of a simple game that combines elements from Super Mario Bros and Atari Pong. The game is designed to be played on any device, including smartphones. Since I can't actually implement it as an HTML file here, I'll provide you with the JavaScript code enclosed in script tags. You can copy and paste this code into an HTML file to run it as a game.
This code sets up a canvas element and draws a ball and a paddle. The ball moves around the screen and bounces off the walls and the paddle. The player can control the paddle using the left and right arrow keys. If the ball hits the bottom wall, the game is over and the page is refreshed.
Please note that this is a very basic implementation of the game and can be expanded with additional features and levels to make it more like Super Mario Bros or Atari Pong. Feel free to modify and enhance the code as per your requirements.