←back to thread

201 points ehmorris | 2 comments | | HN request time: 0.407s | 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.

1. vivzkestrel ◴[] No.43359496[source]
so what are those bubbles? divs with a border-radius of 50% that transform X and Y with random values? how is this implemented?
replies(1): >>43361418 #
2. ehmorris ◴[] No.43361418[source]
Everything is drawn directly to canvas including the score view:

https://github.com/ehmorris/bubbles/blob/de0c6c8b40328df9fcf...

https://github.com/ehmorris/bubbles/blob/main/scoreDisplay.j...