Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Floppy BirdView game page

A Flappy Bird clone w/full graphics in under 560 characters
Submitted by JadeLombax — 4 days, 14 hours before the deadline
Add to collection

Play Fl

Floppy Bird's itch.io page

How many characters of code did you use?
553

Include your code here, if you'd like to show it off!
x=0y=44l=1v=0k=62function
r(S,X,Y)F={ovalfill,rect,rectfill}for i=0,#S-1do
V=ord(S,i+1)-35V-=V\▥*59poke(i%5,V)
if(i%5>3)F[V\16](@0+X,@1+Y,@2+X,@3+Y,V)end end
function _update60()cls(12)poke(x*2+9,160+rnd(k))
if(btnp()>0)v=2
x+=l/2v-=l/8y-=v*l
if(v\2>l)run()
for i=0,7do
r("#I5Z:3KC[:",i*28,k)r("$#5z^%#'zM4#5zF2#2zF##6+D#r6zD$+5rD",i%4*k-x%k-9,@(7+x\k+i%4)+i\4*120-240)r("#UけUT#Vけdb#WけY^#ZけZV",0,k)
if(abs(pget(49+i%2*9,y+i\4*8)-9.5)!=2.5)l=0end
r("##-+4$$,*<$$,(=($,(4)$+(:,&,'Z+&+'T)(.*4*)-+5*)-);",48,y)r("$&()4%''(Z",46,y+sin(t()*l*4))
?x\k,60,5
end

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

This is SO damn good. 😮
Love how you brought your compression tricks to this TTJ entry - it's spot on! 👏

Submitted(+1)

This is so incredible! Very nice work getting these graphics in a tweetcart.

Developer (1 edit) (+1)

Thanks.

I made sure to go with a simple game so I had room for the rendering function and data strings. As it is, those take up about half the space o_O.

Submitted(+1)

Wow this makes me feel worse about my submission without proper graphics. Great job though!

Developer (3 edits) (+1)

Thanks, please don't feel bad on my account, though. Hardly any tweetcart games have much in the way of graphics. I've just been experimenting with compression techniques and came up with a system for storing graphics very efficiently. I like that you actually did give your little bird character a face, even that is something you don't see much in tweetcarts.