Live data from Hacker News

Show HN: Bubbles - my unfinished HTML5 Particle Game

fullstackoptimization.com

51–60 of 89 posts

Re: Show HN: Bubbles - my unfinished HTML5 Particle Game

#54
I added

this.x_velocity * = .98;

this.y_velocity * = .98;

in the player update function. (right after line 346 of bubbles.js)

Controls become a lot easier, but that's my personal preference. You can add the lines in the chrome source inspector, then ctrl+s to save. No need to refresh :)

Re: Show HN: Bubbles - my unfinished HTML5 Particle Game

#59
Nice work, reminds me of that arcade game where you eat different types of fish. There's always that anticipation that what you're trying to eat will actually eat you.

I really like how you don't have to press anything to play again. It makes me keep playing.

Bubbles of the same size should bounce off each other.

Post reply on HN