Sure! Here's an example of a simple fruit crush switching game, similar to Candy Crush, implemented in a single HTML file using JavaScript. The game can be played on a smartphone and utilizes pictograms for fruits.
Fruit Crush Game
Please note that this is a simplified version of a switching game and lacks the full functionality and complexity of games like Candy Crush. It's meant to demonstrate the basic logic of fruit swapping and random generation. You can customize and expand upon this code to create a more elaborate game.