Show HN: Bubbles - my unfinished HTML5 Particle Game
51–60 of 89 posts
looks like a Flash game from 1999
Re: Show HN: Bubbles - my unfinished HTML5 Particle Game
#52These balls are too damn big !
Re: Show HN: Bubbles - my unfinished HTML5 Particle Game
#53Great game!
It needs a way to keep score or timer on how long you last.
It took about 10 games before I became good at it, and I had to read the comments here to figure out the space bar.
Re: Show HN: Bubbles - my unfinished HTML5 Particle Game
#54I 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
#55Reminds me of a super simple game I wrote a few years ago to try out processing.js - http://nickcammarata.com/processing/
Re: Show HN: Bubbles - my unfinished HTML5 Particle Game
#56I woke up early and then proceed to kill 30 minutes on this instead of getting to work on time :-/
Re: Show HN: Bubbles - my unfinished HTML5 Particle Game
#57Reminds me of a super simple game I wrote a few years ago to try out processing.js - http://nickcammarata.com/processing/
Pro-tip: turn flying things into a murmuration :-)
Re: Show HN: Bubbles - my unfinished HTML5 Particle Game
#58Fire a few bullets, hold right or left arrow, never die. Left it on while I went to class for an hour just to test. Still alive.
Re: Show HN: Bubbles - my unfinished HTML5 Particle Game
#59Nice 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.