Published October 20, 2020
A simple jack-o-lantern generator, created in PICO-8 with just 1 tweet’s worth of code!
Full Code:
--jack-o-random by jusiv
o=ovalfill
r=circfill
n=rnd
poke(0x5f2c,5)t=0::_::
if t==0then
cls(2)o(60,18-n(6),68,39,4)o(16,34-n(4),48,106+n(4),9)o(30,30-n(6),76,110+n(6))r(40,58,8,10)r(62,66,7)o(32,78,96,94)for i=0,n(10)do
r(32+n(34),50+n(34),4+n(8),9)end
end
flip()t=(t+1)%99
goto _
You can run the cart for yourself here: https://www.lexaloffle.com/bbs/?tid=39984