//=time() ?>
-- spiral horn generator
-- #pico8 #tweetcart #tweetjam
::_::
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 _
as usual, adding the least important stuff first 🤪 #idowhatiwant #pico8 #gamedev
🤪 #pinballvania is out! 🤪
Go play it for free at:
https://t.co/SpjsoJTOAn
or
https://t.co/Q6LyNYOLut
Enjoy! Let me know what you think! Cheers!
#pico8 #gamedev #procgen #pinball
There's probably a good reason why there's not a lot of top-down shooters steering your shooting like this 🤪
#pico8 #gamedev #screenshotsaturday #shmup
Random enemy spaceship generator in a #pico8 #tweetcart #tweetjam #thegreenlegion
Spent way too much time on this tiny little bottle #pico8 #gamedev #tinyTVjam