Wow this is awesome! How did you did it in Javascript?
Viewing post in Blobs! - Version0.6.5 comments
Oh, I have not visited this game page for a long time :)
I did this project, when I spent like a 3+ months of active development on Javascript. I used a lot of math on this project, and something "copied" from projects overall internet, for example in-game-menu I copied from Bitsy (it's Javascript story creator, on Itch io, also it's open source project, as I remember)
In particular, blob things works like 12 dots (or something like this) around a cell like a circle, and between dots game draw lines, when dots collides with other cells, this dots moves to the center of the cell (on the other collided cell, the same thing happens, their dot moves to the center of the other collided cell).
Though, I spent a lot of effort to make it in the way, it was made.