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

I made a thing. Rising Sun Flag

pal(8,136,1)d=250::_::cls(7)d+=.001 for i=1,16 do for j=1,30 do n=d+j*.001+i/16%2-1line(41,64,41+d*cos(n),64+d*-sin(n),8)end end circfill(41,64,22)rectfill(0,0,d,21,0)rectfill(0,107,d,d,0)flip()goto _

7 33

--
fillp(23130)c=cos::_::h=t()for i=0,15 do
pal(i,({7,10,14,4,2,1})[abs(7-i)+1])
end
for y=0,127,4 do
for x=0,127,4 do
p=16*(c(x/128+c(h/4+y/256)/4)*c(y/128+c(h/8+x/256)/4)+c(h/8+y/512)*2)rectfill(x,y,x+3,y+3,p+flr(p+.5)*16)end
end
flip()goto _

14 91

A 'reflection' effect breakdown.
Based on technique by

This time more dense, I hope it is still understandable.

19 116

2CHET

now with fading

272 bytes (source in reply)

16 50

'Entering the new year with dignity'

280 char.
Code in next tweet

3 23



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

Let's have some fun and make a quick brainstorm for THE EPIC SPACE OPERA RPG together 😅. Comment what tropes, creatures, themes, technology, powers, and so on would be in your favorite epic

1 7

"The Lighthouse"

I loved music and cinematography. But somehow miss the lovecraftian horror I expected to see.

full source in next messsage

16 101

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

Fifth (and probably final) submission to
It's a snowboarding game entirely inspired by Jammerboard (https://t.co/qCxk5alaVi) by Alexandre Rousseau because I like it.
Play Tweet Tweet Board here:
https://t.co/ST0MQf5NXd

5 21

Misfit Gears ⚙️ https://t.co/WDJEjj1ii9

with(x)for(fillRect(0,0,c.width|=0,2e3),k=49;k--;fillStyle=k-22?"#FFF":'RED',fill(),beginPath(t=-t))for(j=k-22?48:96;j--;arc(k%9*w,60+(z=k/9|0)*w,99+40*(j%12>6),q=t*2+j/15.3+k/1.273,q))w=240

9 26

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

"Shadow of the Beast" a humble homage to classic

280 bytes long parallax scrolling in next msg

21 126