Skip to main content


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
in reply to Resevoir

such a good idea to draw it in isometric like this, it's very pretty
in reply to Devine Lu Linvega

@neauoire thanks, I love how not having access to a wide set of shape functions can make all new aesthetics

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