Show HN: Bubbles - my unfinished HTML5 Particle Game
fullstackoptimization.com
Show HN: Bubbles - my unfinished HTML5 Particle Game
1–10 of 89 posts
Re: Show HN: Bubbles - my unfinished HTML5 Particle Game
#2some time ago i wanted to learn how to create a canvas games, so i started with http://www.html5rocks.com/en/tutorials/canvas/notearsgame/ and took it from there. now it's a little bit osmosis and asteroids, and it's unfinished and MIT. so please take it, fork it or just read the source. hope it's useful (and/or fun) for someone.
Re: Show HN: Bubbles - my unfinished HTML5 Particle Game
#3Like a simple, HTML5 Osmos. Not sure how Asteroids comes in. When you pass a certain threshold, the bubbles get suddenly & aggressively larger; is it actually possible to win?
Re: Show HN: Bubbles - my unfinished HTML5 Particle Game
#4I like this game.
Re: Show HN: Bubbles - my unfinished HTML5 Particle Game
#5Took a while to figure out you could "eat" smaller bubbles to grow larger, was a lot more fun after that :)
Re: Show HN: Bubbles - my unfinished HTML5 Particle Game
#6On a height of 600px the cursor up and down keys scroll the window.
Re: Show HN: Bubbles - my unfinished HTML5 Particle Game
#7some time ago i wanted to learn how to create a canvas games, so i started with http://www.html5rocks.com/en/tutorials/canvas/notearsgame/ and took it from there. now it's a little bit osmosis and asteroids, and it's unfinished and MIT. so please take it, fork it or just read the source. hope it's useful (and/or fun) for someone.
Thanks for providing your "source" -- when I wanted to write a boardgame in Python, I followed much the same method, adapting a tic-tac-toe game demo.
Re: Show HN: Bubbles - my unfinished HTML5 Particle Game
#8Like a simple, HTML5 Osmos. Not sure how Asteroids comes in. When you pass a certain threshold, the bubbles get suddenly & aggressively larger; is it actually possible to win?
[space] spawns a small yellow killer bubble.
yes, it's possible, but very very hard.
Re: Show HN: Bubbles - my unfinished HTML5 Particle Game
#9Great concept, very frustrating!
Re: Show HN: Bubbles - my unfinished HTML5 Particle Game
#10On a height of 600px the cursor up and down keys scroll the window.
this and the fact that it's very very very hard to win is where the "unfinished" part (and the forking) comes in.