Bouncing spheres + checkboard Ray Tracing

🎬 Take 2 - 274bytes w. reflection this time

Source in reply ;)

43 210

'Entering the new year with dignity'

280 char.
Code in next tweet

3 23

Cute polar bear watching Northern lights in 280 bytes🌌🐻

Source code in next tweet...

30 177

🌟 r a i n b o w ~ w i g g l e 🌟

My very first !!
I'm having so much fun with

16 118

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

-- spiral horn generator
--
::_::
cls()
for j=0,40,.5 do
for i=0,10+8*cos(j/16+t()/6),.5 do
a=i/36-t()+j/8
b=i/24-t()*1.2+j/11
x=64+3*j*(sin(a)-cos(b)/7)
y=64+3*j*(cos(a)-sin(b)/7)
s=sin(b)
circfill(x,y,2+3*s,5+2.9*max(.3,s))
end
end
flip()
goto _

17 76

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

anyone?


a,p,i=12801,poke,0
p(a+64,8)
::★::
p(a,i*2)i+=1
sfx(0)for j=1,6 do flip()end
goto ★

3 17

Another demake, this time for Pico Pirates!

Code in reply, as always :D

1 14

Managed to make a demake of one of my previous games (https://t.co/7gdHBeNYBi) on the train yesterday in form!

(code in reply)

2 11

Sunrise for Grid based on work by (hope that's OK).

15 85

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