mono8

Posted by s on Aug. 1, 2007, 12:36 a.m.

Still 4th in queue…

ANOTHER FRACTAL!

x=0;y=0;t=0
repeat(10000){x+=1;t+=1
if x>80{x=0;y+=1}
draw_point_color(lengthdir_x(t/100,t)+40,lengthdir_y(t/100,t)+40,(x*2+y*4+t*8)*-64)}

//And just for kix...(Will produce something a little more chaotic when added to the above)
x=80;y=0;t=0
repeat(10000){x-=1;t-=1
if x<0{x=80;y-=1}
draw_point_color(lengthdir_x(t/100,t)+40,lengthdir_y(t/100,t)+40,(x*2+y*4-t*8)*64)}

Comments

FireflyX 19 years ago

Accepting rate is sloooooooow!

s 19 years ago

HA!Now it really does take PageSource…silly me,failed with that BB64

And yes,tis

stampede 19 years ago

Hard game :S

s 19 years ago

Yes,well I did most of the LvDesign after entering Luda's sadistic game contest(it has since been invalidated,since the engine was done mostly before the comp started(*glares at Van's scrolling shooter thing that was out before and is being accepted,though he prolly didn't finish it so nothing is going to come of it anyways(Especially since he only has WIPs,besides an Asteriods game)*))

NoodleNog 19 years ago

Okay. That fractal is my favourite. A better looking avatar than some people can make in a program.

panzercretin 19 years ago

And in what language is this coded?

WaleedAmer 19 years ago

Erm, gml, obviously…

JoshDreamland 19 years ago

Brilliant! =D =D =D ==D

thepharaoh 19 years ago

I decided to change my avatar again. I like your new one.

FireflyX 19 years ago

Why do you spend all your time doing these?