←back to thread

201 points ehmorris | 1 comments | | HN request time: 0.212s | source

Hey everybody, you might remember my older game, Lander! It made a big splash on Hacker News about 2 years ago. I'm still enjoying writing games with no dependencies. I've been working on Bubbles for about 6 months and would love to see your scores.

If you like it, you can build your own levels with my builder tool: https://ehmorris.com/bubbles/builder/ and share the levels here or via Github.

Show context
zakki ◴[] No.43357782[source]
In my phone, Samsung A14 5G, I have to touch screen below falling bubble to blow it. If I touch the exact location, it is too late.
replies(2): >>43358219 #>>43358292 #
1. ehmorris ◴[] No.43358292[source]
Oh no. That will make the whole game frustrating. I actually recently made a change to try to mitigate this so I’m sad to hear it’s still an issue. I take the pointer position on pointerdown and pointerup, and do collision detection both times. Then I pop the underlying bubble in either case, giving you the benefit of the two possible pop locations.