Sure! Here's a simple implementation of a destructible game using JavaScript and HTML, designed for smartphone operation and featuring pictograms.
Destructible Game
Tap on the buildings to destroy them!
In this game, you start with a hammer and your goal is to destroy the buildings on the screen by tapping on them. The buildings are randomly generated and are represented by blue rectangles. You can play endlessly as new buildings will be generated even after you destroy the existing ones. The game has a realistic feel with actual physics-based buildings.
To play the game, copy the above code into a single HTML file and open it in a web browser on your smartphone. Tap on the buildings to destroy them and have fun!