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 18 years, 1 month ago

Accepting rate is sloooooooow!

s 18 years, 1 month ago

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

And yes,tis

stampede 18 years, 1 month ago

Hard game :S

s 18 years, 1 month 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 18 years, 1 month ago

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

panzercretin 18 years, 1 month ago

And in what language is this coded?

WaleedAmer 18 years, 1 month ago

Erm, gml, obviously…

JoshDreamland 18 years, 1 month ago

Brilliant! =D =D =D ==D

thepharaoh 18 years, 1 month ago

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

FireflyX 18 years, 1 month ago

Why do you spend all your time doing these?