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

s 17 years, 4 months ago

I don't,I just do some for awhile every few days.Longest I ever spent doing them was with Bryan(Don't as how long it was>_>)

@pharaoh=I see your expanding your style

thepharaoh 17 years, 4 months ago

Yeah, I found this one thing were you can make your own Pokemon Trainer Cards and I made a "pokemon game style" graphic that would like like a guy from a GBA/DS game, but I added a sword.

Ferret 17 years, 4 months ago

ur game is hard and weid, but i like it