{{{ "planted": "11/5/2020", "repotted": "1/4/2026", "nobreak": "true" }}} * I made a demake of the mobile game "Ready... Steady... Bang!" in 560 characters for #TweetTweetJam5! It was a tight fit, but I was able to fit a sound effect (1), AI, a 2 player mode, and a barebones menu! Play it here: https://valeradhd.itch.io/rd-std-duel (source in replies) #pico8 
cls()poke4(12800,4011)s=spr
?"웃~"
memcpy(0,24576,512)b=btn
h=64j=60k=print
::m::k("❎ duel! ⬅️ ai",36,9)a=nil
if(b(0))a=1
if(b(5))d=t()c=1p="READY.."goto _
goto m
::_::
m=t()r=rnd
cls()s(0,26,j,2,1)s(0,86,j,2,1,true)
if(m-d>=c)d=m+r(c*5)p="STEADY.."c+=.5
color(3+c*2)
if(c>=2)p="bang!"
x=(m-d)*4+2y=h-x
if(y