//=time() ?>
"Ruin"
Even the slightest high-pitched sound triggered the attack. Doctors were helpless and unaware of the horrors the patient saw: the bizarre, ever-shifting nuclear chaos of pure evil.
280 char source below
#genuary31 #genuary
#pico8 #tweetcart #codeart #generative #pixelart
"Dissolving Ink"
A way better version of my #pico8 #tweetcart! The previous version is as nothing to me now. This is clearly the definitive version!
I'm really pleased by the dissolve effect, way better than the basic fadeout on the previous cart.
Ara ara, i did well right?
#myart #digitalart #digitaldrawing #ibisPaintX #myOC #drawings #boys #manhwatwt #Tweet #tweetcart #Tweethearts
I made 4 or 5ish tiny games for #TweetTweetJam! I love this jam; it's a great mix of challenge+fun+tiny scope :D
links+gifs+code in the replies!
#pico8 #tweetcart #gamedev #screenshotsaturday
♾ Voronoi Diagrams in 146 bytes #pico8 #tweetcart
I feel a little dirty for this piece of this code; but it is rather compact 🤷🏾🌿
q={}t=0::_::cls()for i=1,15 do
if(t<1)q[i]=rnd(127)
circfill(q[i],q[i-1],t,i)end
if(t>0)spr(0,0,0,16,16)
t+=1t%=64memcpy(0,24576,8192)flip()goto _
Spinning + Zooming Julia Fractal in 184 bytes
#tweetcart #pico8 #demoscene
::_::a=t()/99z=1.7+sin(a*2)d=z*cos(a)e=z*sin(a)r=rnd(128)s=r%1*128i,u,v=0,r/32-2,s/32-2x,y=u*d-e*v,u*e+d*v
repeat
i+=1x,y=x*x-y*y+e,d+x*y*2until(i>16or x*x+y*y>4)
?"+",r-1,s-2,i
goto _
🎩
🤖✨
Bouncing spheres + checkboard Ray Tracing #demoscene #pico8 #tweetcart
🎬 Take 2 - 274bytes w. reflection this time
Source in reply ;)
Cute polar bear watching Northern lights #pico8 #tweetcart in 280 bytes🌌🐻
Source code in next tweet...
🌟 r a i n b o w ~ w i g g l e 🌟
My very first #tweetcart !!
I'm having so much fun with #pico8
Upgraded to 60fps!⏩With 100% more symmetry🤓
#pico8 #tweetcart #tweetjam
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
PICO-8 IS LOVE
🌈Marching rainbow in a 197bytes #pico8 #tweetcart #tweetjam
::_::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 _
Seven Nation Army #pico8 #tweetcart #tweetjam in 175bytes for @DrewesThorsten
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 _
Another #Pico8 #TweetCart demake, this time for Pico Pirates!
Code in reply, as always :D
Managed to make a demake of one of my previous #Pico8 games (https://t.co/7gdHBeNYBi) on the train yesterday in #TweetCart form!
(code in reply)
Sunrise #tweetcart for #PICO8. Grid based on work by @elec_gryphon (hope that's OK).
Who let the dogs out ? 🐕
279 bytes #pico8 #tweetcart #tweetjam
Source code in the next tweet.
♻️+❤️=🥳
🏁 UNTWEETABLE ROAD 🏐
280 bytes #pico8 homage to @lasersink' IMPOSSIBLE ROAD
Guess you all saw this coming 🤪
Hope you like this itsy bitsy #tweetcart #tweetjam game.
Check out the source code in the next tweet 🐦