-- burning disc
-- 2022/12/11
?"\^!5f100█🐱2☉8>77>8☉2🐱█0"
::_::
x=rnd(4)-2
y=rnd(4)-2
c=(x*x+y*y)^3
z=t()*14/16
if(c<1and c>0.01)c=(atan2(y,x)*28+z)%14+1
if(c<0.001)c=2c=(atan2(x,y)*28-z)%14+1
pset(64+x*32,64+y*32,c)
goto _
Burning Disc
December 11, 2022