Tweetcart #3 : Rainbow line
-- #pico8 #tweetcart #tweetjam -- rainbow line (press x to activate)
t,ct={},{} for i=0,128 do add(ct,i%14+1) end ::_:: cls() if(btn(5))add(t,10) for i=1,#t do line(t[i],0,t[i],128,ct[t[i]]) t[i]+=1 end del(t,128) flip() goto _
▶ https://twitter.com/Bigaston/status/986168389709238272











