this is particle life, a simulation of “particles” that do nothing by themselves, but are able to do more complex things when together. click the green flag to watch them move, or change the code in the backgrounds sprite to change how they interact with eachother. its always unstable and never forms shapes, just watch the chaos. particle life red blue green yellow complex simple simulator simulation game fun 0 player interactive crazy chaos
a little over a year ago i made this exact same game, except back then i didn’t know how to make clones interact with each other the same way normal sprites could, so there were over 40+ sprites which would all have to be changed separately for any update or fix. but a couple months later, i made a bunch of code that would allow clones to: detect distance between one another, point towards each other, and go to each other. this allowed me to make other games, such as this one, now only having 4 sprites instead of 40 and being way more efficient, letting the particles move faster. if you ever want to use the code, give credit to my work