Red Spiral

December 09, 2022
pico-8 open-source
Red Spiral
-- red spiral
-- 2022/12/09
?"\^!5f100█🐱2☉8>"
::_::
x=rnd(4)-2
y=rnd(4)-2
c=(atan2(x,y)*16+t())%2
c=(x*x+y*y)/c%(1+(.5+sin(t()/8)/2)*5)
pset(64+x*32,64+y*32,c)
goto _