Skip to content

Instantly share code, notes, and snippets.

@Chovin
Created April 10, 2017 23:09
Show Gist options
  • Save Chovin/fce94cc72492a16d0bf14b9a6b8cc011 to your computer and use it in GitHub Desktop.
Save Chovin/fce94cc72492a16d0bf14b9a6b8cc011 to your computer and use it in GitHub Desktop.
pico8 tweetjam
::a::cls()y=rnd(9)x=y
w=y
while 1 do
c=1+pget(x,y)pset(x,y,c)x,y=y,(x*cos(w)-y/w*sin(w))%127
if(c>15)goto a
end--#tweetjam #april3030 #pico8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment