{"name":"random paint drop","description":"-- random paint drop\n-- alexthescott\n-- 9/27/21 8:38am\n\n-- new seed every day of the year\nsrand(31*stat(81)+stat(82))\n\nfunction new_wave(d,c)\n\tw={}\n\tw.init=function(self)\n\t\tfor p=1,128 do\n\t\t\tadd(self.points,p)\n\t\tend\n\tend\n\tw.c=c\n\tw.d=d\n\tw.points={}\n\tw.step=0\n\tw:init()\n\t\n\tw.draw=function(self)\n\t\tif self.d==0 then\n\t\t\tfor p in all(self.points) do\n\t\t\t\tpset(p,self.step,self.c)\n\t\t\tend\n\t\telseif self.d==1 then\n\t\t\tfor p in all(self.points) do\n\t\t\t\tpset(128-self.step,p,self.c)\n\t\t\tend\n\t\telseif self.d==2 then\n\t\t\tfor p in all(self.points) do\n\t\t\t\tpset(p,128-self.step,self.c)\n\t\t\tend\n\t\telseif self.d==3 then\n\t\t\tfor p in all(self.points) do\n\t\t\t\tpset(self.step,p,self.c)\n\t\t\tend\n\t\tend\n\tend\n\t\n\tw.update=function(self)\n\t\tmove=1+(.75*(#self.points/32)\\1)\n\t\t\n\t\tif #self.points>=move then\n\t\t\tfor i=1,move do\n\t\t\t\tself.step+=1\n\t\t\t\trnd_index=rnd(#self.points)\\1\n\t\t\t\tdel(self.points,self.points[rnd_index])\n\t\t\t\tself:draw()\n\t\t\tend\n\t\tend\n\tend\n\t\n\treturn w\nend\n\nmonth=stat(81)\nday=stat(82)\ncol_count=1\ncol=7\nwave=new_wave(rnd(4)\\1,col)\n\n_set_fps(60)\n\ncls()\n::♥::\nif t()<2 then\n\tprint(\"random paint drop\",30,59,7)\n\tprint(month..\"/\"..day,55,65)\nelse\n\twave:draw()\n\twave:update()\n\t\n\tif #wave.points<=1 then\n\t\tlocal d=wave.d\n\t\td+=1\n\t\td%=4\n\t\tcol_count+=1\n\t\tif col_count>=4 then\n\t\t\tcol_count=1\n\t\t\tcol= col==7 and 0 or 7\n\t\tend\n\t\twave=new_wave(d,col)\n\tend\nend\nflip()\ngoto ♥","tags":["pico-8","pico8"],"symbol":"OBJKT","artifactUri":"ipfs://QmcpvVPkEYBPCbeA6Dhhbo2eR6hwqMg5ZCkgPhbaLSvPig","displayUri":"ipfs://QmStAy4sXjg2dWqUepCEgtej67PUDVGQvkeeo2ty2FeE5f","thumbnailUri":"ipfs://QmNrhZHUaEqxhyLfqoq1mtHSipkWHeT31LNHb1QEbDHgnc","creators":["tz1St3n29AbYXZXV8W1BG41qYzz86J2CFAW7"],"formats":[{"uri":"ipfs://QmcpvVPkEYBPCbeA6Dhhbo2eR6hwqMg5ZCkgPhbaLSvPig","mimeType":"application/x-directory"}],"decimals":0,"isBooleanAmount":false,"shouldPreferSymbol":false}