A place for all of my different PICO-8 Tweetcards.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
154 B

pico-8 cartridge // http://www.pico-8.com
version 32
__lua__
u=1::_::cls()line()for i=1,99do
t=i*u/99line(i*cos(t)+64,i*sin(t)+64,7)end
u+=.01flip()goto _