00:00
00:00
Newgrounds Background Image Theme

heyitskukii just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

waterfall

Share

I do these things called tweetcarts all the time. Basically you have to fit all the code you use to make something cool within a tweet (using pico8 which is a fantasy console). This is probably one of my favorite ones I've done, here's the code:

--#tweetjam

s,t,r,m,u,v=sin,0,8,rectfill,.32,1/32

::_::t+=.01cls(1)

m(33,0,94,127,12)

for i=0,32 do

for j=0,r do

y,z=-t+1/r*j,i+1

m(64-i*.2+s(v*i*u+y)*32,(i*u)^2,64+i*.2+s(v*z*u+y)*32,(z*u)^2,7)end

a=s(t*8+i*.03)*4

m(i*4,109+a,z*4,127,7)

m(i*4,116+a,z*4,127,12)end

flip()goto _

Log in / sign up to vote & review!

Credits & Info

Artist
Views
198
Votes
6
Score
4.38 / 5.00

Uploaded
Feb 17, 2021
10:41 PM EST
Category
Pixel Art

You might also enjoy...

Licensing Terms

You are free to copy, distribute and transmit this work under the following conditions:

Attribution:
You must give credit to the artist.
Noncommercial:
You may not use this work for commercial purposes.
No Derivative Works:
You may not alter, transform, or build upon this work.