here is a swarm being formed:
Spoiler
Spoiler
insparation was from cruor and his wool LCD
(i just had to make a auto swarm gen that has -20000% work required to use)
nah, 64 turtles is already OP and verry verry laggyNeeds more replicators.
i suggest developing miners/crafters that supply the turtle swarm for infite turtlez. :o/>
that was my beta test, one of my divisions was one off :sWhy does the original swarm have 8*8 turtles in the screenshot, yet the aftermath screenshot is a 7*8 hole? o.O
panel[math.ceil(x/128)+math.max((math.ceil(y/128)*4)-4,0)]("setColorRGB",r,g,b,((x-1)%128)+1,((y-1)%128)+1)
wich finds the exact monitor and x y of that monitor, used in this post:its basically the same with this program
that was my beta test, one of my divisions was one off :sWhy does the original swarm have 8*8 turtles in the screenshot, yet the aftermath screenshot is a 7*8 hole? o.O
i use single lines full of math occasionally because its easier
an example is this line here:wich finds the exact monitor and x y of that monitor, used in this post:panel[math.ceil(x/128)+math.max((math.ceil(y/128)*4)-4,0)]("setColorRGB",r,g,b,((x-1)%128)+1,((y-1)%128)+1)
its basically the same with this program
its on an array of 16 128x128 CCLights-snip-
:o/> :o/> :o/> What is that on? not a computer screen is it? o.O
Btw I think calling it a Mandelbrot generator would be a more adequate description, as it looks like a zoomed in portion of a Mandelbrot set. Unless of course this generator can generate other fractal patterns such as a Julia set, or a fractal flame…….. can it do a fractal flame?! if so that would be awesome!!!
Ahhh CClights. knew it didn't look AT ALL right for a monitor. lol.its on an array of 16 128x128 CCLights-snip-
:o/> :o/> :o/> What is that on? not a computer screen is it? o.O
Btw I think calling it a Mandelbrot generator would be a more adequate description, as it looks like a zoomed in portion of a Mandelbrot set. Unless of course this generator can generate other fractal patterns such as a Julia set, or a fractal flame…….. can it do a fractal flame?! if so that would be awesome!!!
yea, its a zoomed in portion of le mandlebrot
thats the only fractal i know how to do now, i can try to make something else