Sure! Here's a simple platformer game with checkpoints and different levels, implemented as a single HTML file using JavaScript. Note that for simplicity, I've used basic shapes instead of pictograms. You can copy the code below and save it as an HTML file to play the game:
To play the game, open the saved HTML file in a web browser. The player character is represented as a blue square, and the platforms are represented as green rectangles. Use the spacebar to jump, and the arrow keys (left/right) to move the character. Your goal is to reach the platforms, and you'll earn a score of 100 each time you reach a new platform for the first time. Enjoy the game!