Skip to main content

Search

Items tagged with: pico8


Daily Doodles Jan 1 to 9
#art #pico8


Been thoroughly enjoying #LoveByteTCC #Pico8
Day 1&2 237 Chars

function _draw()
cls()
r=rectfill
e=127
r(0,0,e,e,1)
for i=0,127,1 do
pset(i%e,(i*9+t()*20)%e,7)
end
r(0,100,e,e,13)
r(60,80,68,99,4)
for i=0,31,1 do
c=(flr(t())*i%15)+1
v=i*2
r(32+i+i%10,80-v,98-i-i%10,90-v,c)
end
end


Thought I should post this here too. #uxn emulated on #pico8 😀

I never finished the port due to performance, and pico-8 file limitations, but i thought this was cool.


#picotron userdata can be constructed by copying and pasting a #pico8 sprite as its argument, sure why not.

Lo, thar be cookies on this site to keep track of your login. By clicking 'okay', you are CONSENTING to this.