Dev here, feel free to ask me questions.
Doyou have any other fun multiplayer games?
Agar.io
201–210 of 238 posts
Re: Agar.io
#202This is a really fun game. BTW you can use the space bar to shoot and divide yourself to _attack_ other cells.
Doesn't work for me. Is there a threshold for dividing? OTOH, the game is choppy as hell for me, maybe that's the reason.
If you have 16 cells, your big ones can also eat the green things and grow, instead of getting split up.
Re: Agar.io
#203Earlier quoted context omitted.
Is it possible to merge back in to one? Can you 'eat' yourself?
Yes, though I'm still not sure what triggers it.
Re: Agar.io
#204Re: Agar.io
#205Earlier quoted context omitted.
I think it's fucking hilarious and that people should not try their hardest to be offended at every chance.
I'm not offended but I'd like to show it to my child.
Re: Agar.io
#206Re: Agar.io
#207m111111
Re: Agar.io
#208Re: Agar.io
#209Re: Agar.io
#210While looking at the js source code and modifying it a bit I was able to program keys W A S D to move my cell around. But it doesn't work after a bit. The protocol is send the position of the mouse (which corresponds to the cell) to the server and then it calculates change over time to get a velocity. So if I move too much it starts going forever in one direction. Although this is using a quad tree implementation for…