Sure, here's a basic implementation of the Tetris game using HTML, CSS, and JavaScript. It includes pictogram-shaped blocks, and can be played on a smartphone.
This implementation sets up a basic Tetris game, displaying a cyan-colored I-shaped block on a black canvas. This is a minimal starting point, and you can build upon it to add more functionality and features to make it a complete game.