Sure! Here's an example of a simple game where you swipe enemies (robots) to prevent them from falling on the screen. The enemies will be represented by pictograms, and swiping will be simulated by using mouse/touch events.
To play the game on a smartphone, simply open the HTML file in a browser that supports JavaScript and touch events (such as Safari or Chrome), and swipe on the screen to remove the falling enemies. The game loop continuously creates new enemies, and if an enemy reaches the bottom of the screen without being swiped, it will be considered a bite and you will lose.