Sure, here's a playable sample game in HTML using JavaScript. Please note that due to the limitations of this text-based platform, I cannot provide pictograms or interactive elements. However, you can copy and paste the code into an HTML file and run it in your web browser to play the game.
To play the game:
1. Save the code as an `.html` file (e.g., `spiderman_game.html`).
2. Save the sprite images as `emozi_bear.png` and `emozi_all/baby.png` in the same folder as the HTML file.
3. Open the HTML file using a web browser.
4. Use the left and right arrow keys to move Spiderman and collect the babies falling from the building. The score will be logged in the browser console.
Please note that you may need to adjust the size and position of the game container and sprites to fit your specific needs.