I made 4 or 5ish tiny games for I love this jam; it's a great mix of challenge+fun+tiny scope :D

links+gifs+code in the replies!

5 14

8 hours left in TweetTweetJam 4!

There's still time to make something!
Fit a game in two tweets of code!
64 entries and counting!

https://t.co/ecHZxJZOHX

4 6

Day 6 of TweetTweetJam 4!

51 entries!
1 day left to join the fun!
Fit a game in two tweets of code!

https://t.co/ecHZxJZOHX

3 7

2CHET

now with fading

272 bytes (source in reply)

16 50



p={0,1,5,13,6,7}b=64s=sin c=cos camera(-b,-b)b=b*.7::_::q=t()cls(0)for u=0,.5,.001 do v=u*b^3r=q*.1x=b*s(u)*c(v)y=b*s(u)*s(v)z=b*c(u)i=c(r)*x-y*s(r)j=s(r)*x+y*c(r)pset(i,z+7*s(.4*q),p[flr((j/b+1)*2.5+1.5)])end flip()goto _

35 198

NIGHT TRAIN
A quick

x=0::_::cls(13)srand()for i=0,44 do
z=64+3*sin(i/45)y=z+cos(i/2)*(9+z*z%61)x-=3
?"ˇ",x,rnd(128),6
u=x+2*sin(x/31)
for j=-9,rnd(4)+7 do line(u,y-9,x+j,y+4+i%9,1+flr(y%2)*5)end
?"=",x,z,1
if(sin(x/84)>.8)print("😐",x,z-2)
x%=134end
flip()goto _

213 1074

My entry for Rainbow Tunnel!🌈

🎮> https://t.co/UyLWJmcih5
🌟> https://t.co/yoE8KVEw20

My best score is 560. Try to beat it!

Code in the next tweettweets!

54 139

Upgraded to 60fps!⏩With 100% more symmetry🤓


function _update60()u=3*t()end
poke(24364,5)c={8,0,7}function _draw()for i=145,0,-1 do
f=c[band(3,u+(2-i/80)^3.1)]if u%6<3 then circ(64,127,i,f)circ(65,127,i,f)else
line(64-i,127,64,127-i*2,f)end
end
end https://t.co/igulDCc339

23 60

PICO-8 IS LOVE
🌈Marching rainbow in a 197bytes

::_::cls(7)u=t()/4%.5
for j=0,64 do
?"…",12+rnd(88),98+rnd(2),6
?"pico-8 is ♥",4,4
b=u+j/128
for i=-2,2 do
d=32-i*4
?"●",88+32*sgn(sin(b))-128*u-d*cos(b%.5),95+d*sin(b%.5),10+i
end
end
flip()goto _

73 313

Seven Nation Army in 175bytes for

Full source code below:

c={8,0,7}::_::u=3*t()for i=156,0,-1 do
f=c[band(3,u+(2-i/80)^3.1)]j=127-i*2
if u%6<3 then circfill(64,127,i,f)else line(64-i,127,64,j,f)line(64,j,64+i,127)end
end
flip()goto _

25 125

Trees! Trees that grow! And only 558 characters!

17 82

Work continues on the entry!
My naked guy has a big head now and I'm down to 545 characters!

3 18



w={4,-4,8,-8}function f(x,y,s)z+=1d=z%5+3g=w[z%4+1]for a=.2,1,.2 do
a+=q/g
u=x+s*2*cos(a)v=y+s*2*sin(a)circfill(u,v,s,d)
if(s>1)f(u,v,s/2)
end
end
::_::cls()z=1p=sin(t()/2)q=p/2.2+t()f(63.5,63.5,16)flip()goto _

13 72

Who let the dogs out ? 🐕
279 bytes

Source code in the next tweet.
♻️+❤️=🥳

8 51

🏁 UNTWEETABLE ROAD 🏐

280 bytes homage to ' IMPOSSIBLE ROAD
Guess you all saw this coming 🤪

Hope you like this itsy bitsy game.
Check out the source code in the next tweet 🐦

13 38

My game:

💫 IMPICOBLE ROAD 💫

551 bytes homage to IMPOSSIBLE ROAD by the amazing ^

🏅 Hi Score!
🎞️ 60fps action!!!
🏎️ Ever increasing speed!!

🌐 https://t.co/oDUc6Rgcb7
🌐 https://t.co/jAMn7fzr2z

Code in the next 2 tweet 🐦

24 121