Created
April 10, 2017 23:09
-
-
Save Chovin/fce94cc72492a16d0bf14b9a6b8cc011 to your computer and use it in GitHub Desktop.
pico8 tweetjam
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
::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