Sure! Here's a simple HTML game implementation of Excite Bike using JavaScript and pictograms:
In this game, the player (represented by the pictogram) moves forward while avoiding obstacles. The player is controlled automatically, and the score increases as the player progresses. If the player collides with an obstacle, the game ends, and an alert is shown with the player's final score. The game loop is implemented using `setTimeout()` and updates every 100ms. You can replace the image sources with appropriate pictogram URLs for the player and obstacle representations.