Sure! Here's an example of a simple truck racing game using JavaScript and pictograms. Keep in mind that this is a basic implementation, and you can enhance it further with graphics, sound effects, and more complex gameplay mechanics.
In this game, you control a truck using the arrow keys on your smartphone. The truck can move up, down, left, and right within the boundaries of the track. The truck is represented by a pictogram of a truck displayed using CSS background image. The game starts as soon as the page is loaded, and the truck will respond to your key presses, updating its position accordingly.