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. unstable red-red 0.725 red-blue 2.281 red-green -1.296 red-yellow 1.796 blue-red 1.649 blue-blue 0.934 blue-green -1.234 blue-yellow -2.688 green-red 2.403 green-blue 2.528 green-green 1.726 green-yellow 2.756 yellow-red 0.265 yellow-blue 0.661 yellow-green 0.632 yellow-yellow -1.129 chill red-red -0.053 red-blue 1.569 red-green -0.750 red-yellow 2.584 blue-red 2.710 blue-blue -2.533 blue-green -1.531 blue-yellow 1.179 green-red 2.362 green-blue -0.888 green-green -2.273 green-yellow 1.225 yellow-red -1.112 yellow-blue 2.750 yellow-green -0.434 yellow-yellow -1.435 cells+worms red-red 0.487 red-blue 1.605 red-green -0.432 red-yellow -0.027 red-purple -2.504 blue-red -0.060 blue-blue -2.006 blue-green 2.781 blue-yellow -0.524 blue-purple -2.412 green-red 2.321 green-blue -0.892 green-green -0.800 green-yellow -0.895 green-purple 0.409 yellow-red -1.528 yellow-blue -1.890 yellow-green -2.984 yellow-yellow -0.448 yellow-purple 1.164 purple-red -1.442 purple-blue -2.515 purple-green 2.965 purple-yellow 1.763 purple-purple -0.441 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