Sure, here's a basic game implementation in HTML with JavaScript:
To use this code, make sure to replace the `emozi_rabbit.png` and `emozi_apple.png` image paths with the actual paths to your pictogram images. You can also customize the size and position of the game canvas by modifying the `width` and `height` attributes in `<canvas>` tag.
This game sets up a canvas and allows the player (controlled by the arrow keys) to move the angel pictogram. The objective of the game is to reach the surprise pictogram by navigating the angel through a Parkour course. Once the angel collides with the surprise, a congratulations message is displayed.
Please note that this is a basic implementation, and you can add more features, levels, and styling to the game as per your requirements.