Sure, here's a simple implementation of a game called "Mario Run" using JavaScript and pictograms. Note that due to the limitations of this text-based environment, the code formatting and design may not be ideal. Remember to save the code as an HTML file and open it in a web browser to play the game.
In this game, you control Mario using the left and right arrow keys. The goal is to avoid colliding with the obstacle (represented by a pictogram) that moves from right to left on the screen. When a collision occurs, an alert is shown, and the game is reset.