Rolling right in at 280 characters - a randomised snowflake generator Tweetcart. Merry Christmas!
t,r,c,s,l=0,rnd,cos,sin,line ::_:: cls(0) if(t%30==0)q,p,g,b=t,r(1),r(25)+10,r(0.2)+0.1 srand(q) for i=0,1,0.03 do d,e=i*50,r((i^p*g)*(1-i)^p)for a=0,1,0.17 do v=a+t/500x,y=64-s(v)*d,64+c(v)*d l(x,y,x-s(v+b)*e,y+c(v+b)*e,6) l(x,y,x-s(v-b)*e,y+c(v-b)*e,7) end end t+=1flip() goto _ |
P#85748 2020-12-24 19:41 ( Edited 2020-12-24 19:48)
Hello Pico8ers.
I'm live-coding a little game this evening. Just started and plan to wrap up in a few hours.
I was given the theme 'EXPRESSION', so that's what I'm working with :)
Will update as I go, if the Wi-Fi holds!
James
P#30207 2016-10-07 12:15 ( Edited 2016-10-07 19:19)