A space-time diagram animation of the current BB6 champion. If memory was not a factor, this animation could theoretically run for much (much) longer than the age of the universe. Learn more.


Remix it on pico-8-edu.com

This cart is tweetable at just 244 characters.

y=1
cls()
pal(1,140,1)
::_::
x=64
s=0
t={}
for n=2,y do
h=t[x]or 0
n=({221,220,222,_,203,125,220,104,103,222,220,124})[2*s+h+1]
w=n\100-1
dir=n%100\10
s=n%10
pset(x,y,w*7)
t[x]=w
x+=dir-1
end
pset(x,y,({8,9,1,11,13,12})[s+1])
flip()
y+=1
goto _

About

See the explainer on GitHub

Published 4 days ago
StatusReleased
PlatformsHTML5
AuthorMini Mech Media
GenreSimulation
Made withPICO-8

Leave a comment

Log in with itch.io to leave a comment.