post #twex I got really interesting in another experiment…
#tweetcoding was a kick ass code contest by Grant Skinner (@gskinner)
gskinner.awsum(thx);
prtcipnts hd 2 code sth. cool in ls thn 140 chrs!
140′s too less you say? go check out the awesome stuff people did for 140!
@machine501 setup an online compiler to showcase all the #tweetcoding going on.
machine501.awsum(thx);
.
.
.
and now the results are out!!!
The Winners :
diagonal snake by @tomee6
Tunnel of Stripes by @piXelero (a personal favorite!)
winners.sendMsg(“Congratulations!!!”);
The Runners-ups :
the drummer by @vectorcinco
Ghost Marquee by @dickwolf
runnerups.sendMsg(“Congratulations!!!”);
and there were some entries that got a Notable mention …and My entry was amongst them:
The time-sketch by @shauryashaurya
happy happy – Wooohooo!!!!
judges.tweetcoding.sendMsg(“this is really encouraging!!!”);
judges.tweetcoding.awsum(thx);
take a look at the #tweetcoding winners page.
- Check out all of the #tweetcoding (compiled) entries online
- the #tweetcoding rules
- link to @gskinner’s blog post on #tweetcoding
- @gskinner says here that the next round should be in around next month: am eargely waiting!!!
S.
P.S. #twex analysis is still pending (my apologies!!! – sum dum projkts @ wrk I need to fin firs.) but results should be out next month! stay tuned
for those interested, the entry asked for 140 chars of code that, if embedded in some already given “me code” (from @gskinner) should do something “cool”. Here is the source code of my entry (turn strict mode off in Publish setting>action script 3 setting):
// @gskinner’s me code 1
g=graphics;
mt=g.moveTo;
lt=g.lineTo;
ls=g.lineStyle;
m=Math;
r=m.random;
s=m.sin;
i=0;
o={};
function f(e) {
// 140 chars of my code
if (i
j=o.x;
k=o.y;
z=j=k=200;
mt(j,k);
g.beginFill(0,.5);
}
i+=.05;
p=m.PI/2-i;
c=m.pow;
j+=i*c(s(2*p),3);
k+=i*c(s(3*p),3);
ls(k*.01,10,1);
lt(j,k);
}
// @gskinner’s me code 2
addEventListener(“enterFrame”,f);
cheers!
S.
:):)
Hi, this is a comment.
To delete a comment, just log in, and view the posts’ comments, there you will have the option to edit or delete them.