Tweetcarts
Collection of daily tweetcarts crammed into a single cart! Posted on twitter.
Controls
- Up and down arrow keys to navigate menu.
- X to run selected tweetcart.
- Ctrl-R to return to menu
What is a Tweetcart?
-
Tweetcarts are Pico-8 programs written in 280 chars or less (the size of a tweet!).
- For example, Eclipse is just this code snippet:
circfill(63,63,10,0)pal({129,1,130,2,136,8},1)::_::circ(63,63,10,7)x,y=rnd(128),rnd(128)a=atan2(x-63,y-63)c=pget(x,y)if c!=0then
c=rnd()>.9and c-1or c
pset(x+cos(a),y+sin(a),c)end
goto _
-
Since each one is so small (even by Pico-8 standards) it's possible to fit them all in a single cart!