Sure! Here's an example of a simple game similar to Snake where you can control a character and collect apples. The game is implemented in a single HTML file using JavaScript and pictograms as visuals.
To play the game, open the HTML file in a web browser (preferably on your smartphone) and use the arrow keys to control the snake emoji character. The goal is to collect as many apples (
🍎) as possible, and each collected apple will increase your score displayed on the screen. Have fun playing!