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 17 years, 4 months ago

Accepting rate is sloooooooow!

s 17 years, 4 months ago

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

And yes,tis

stampede 17 years, 4 months ago

Hard game :S

s 17 years, 4 months 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 17 years, 4 months ago

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

panzercretin 17 years, 4 months ago

And in what language is this coded?

WaleedAmer 17 years, 4 months ago

Erm, gml, obviously…

JoshDreamland 17 years, 4 months ago

Brilliant! =D =D =D ==D

thepharaoh 17 years, 4 months ago

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

FireflyX 17 years, 4 months ago

Why do you spend all your time doing these?