You are a cell. Eat cells that are smaller than you, try not to get eaten by those bigger than you. Move your mouse to control your cell (more controls to come)
THIS IS SUPER NOT FINISHED Based on an online game called Agar (note: contains bad words). It's all pen, except for the overlays when you win or lose. When I started this, I wasn't sure if I wanted it to be multiplayer or AI, which is why there are different sprites for the AI and to draw the opponents (and some other weird quirks in the way this is written). Dedicated to @PhysicsLover999, who introduced me to the game Features (to implement): • Press Space to split (I have no idea how I'm gonna do this) • Press W to eject some mass (is that really necessary since the AI's can't make friends?) • Viruses (the spiky green things) Bugs: • Cells need to be closer than touching to eat each-other (@stickfiregames) • Lag on large scale, consider fewer gridlines (@Blue-Monkey) • people getting eaten by cells that appear smaller than them Changelog: • 6/10 - opponents lose mass now (but don't graze? idk how that's gonna work); code in place to spawn new opponents (@phineasandferbfan9) but not working yet • 6/9 - optimized circle dot algorithm (fun fact: trying to draw offscreen freezes everything) • 6/8 - removed the stray "username" block causing an unnecessary warning; only gain 60% of an enemy's mass (@jeppe3700); circle-drawing algorithm for large pen dots; stop grazing over score 100; mass decay for player (@FalconGunner99) • 6/3 - shared