!PHOTOSENSITIVITY WARNING - flashing lights and flickering effects, especially if pressing the buttons!
The sixth tweetcart for the Tweetcart Token Club (TTC)!
To be airdropped on April 1st 2022 to the holders of the Tweetcart Token Club token: hicetnunc objkt #414400
This piece allows you to "break free" of a prng seed loop by making many calls to rnd(), however, since the seed is always being reset, eventually there is nothing else you can do to change things, and you have reached a stable state.
Source Code (277 Characters):
```
r=rnd
function p()for i=1,15do pal(i,r(32)-16,1)end end
p()s=r(-1)cls()poke(24364,7)c=r(9)+7::_::
x=r(64)y=r(64)for i=0,64do
x%=64y%=64pset(x,y,r(c))x+=r(1.5)-.5y+=r(1.5)-.5pset(x,y,(pget(x,y)-1)%16)
if(btn(🅾️))p()
if(btn(❎))extcmd("reset")
if(r()>.98)srand(s)flip()
end
goto _
```
Bonus Metadata:
creator: Andrew E. Brereton
date: 2021-03-20
twitter: @aebrer
website: aebrer.xyz
medium: Pico-8, Lua, Tweetcart