I’ve been experimenting with a simple swipe-based reflex game in my free time. Blocks rush upward from the bottom of the screen, and the goal is to swipe each one before it slips past. If even one gets through, the run ends.

I also added some experimental block types:

⚡ Slow-motion block that briefly slows everything down

🔴 Tough red block that needs multiple swipes

It’s just a small prototype, but I’m trying to see how it behaves on different devices. If anyone wants to try the test build and tell me how it feels, here it is:

https://lly-boob.github.io/

Still improving it, so any feedback helps. 🙏