Eye Opening

December 06, 2022
pico-8 open-source
Eye Opening
-- eye opening
-- 2022/12/06
?"\^!5f100█🐱2☉8>7"
::_::
x=rnd(4)-2
y=rnd(4)-2
c=1.3+cos(0.5+y/4)
c*=3*x*x+y*y
pset(64+x*32,64+y*32,(1+sin(t()/8)-c)%7)
goto _