Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
A jam submission

Flappy Bird TweetcartView game page

A tweetcart demake of Flappy Bird by Calverin
Submitted by Calverin (@AtCalverin) — 4 days, 14 hours before the deadline
Add to collection

Play tweetcart

Flappy Bird Tweetcart's itch.io page

How many characters of code did you use?
559

Include your code here, if you'd like to show it off!
y=64x=0m=2v=0o=0t=128c=circfill r=rectfill::_::flip()cls(12)c(64,y-2,4,0)c(61,z,2)c(64,y-2,3,10)c(61,z,1,7)r(65,y-3,66,y-4)pset(66,y-3,0)if x<=0then p=(rnd(50)+20)x=t end
r(66,y-2,67,y-1,9)pset(68,y-2)r(x-3,p-4,x+7,p+1,0)r(x-3,p+24,x+7,p+19)r(x-1,0,x+5,p)r(x-1,t,x+5,p+20)r(x-2,p-3,x+6,p,3)r(x-2,p+23,x+6,p+20)r(x,0,x+4,p)r(x,p+20,x+4,t)x-=2z=y-4+m
?"★"..o,64,0,7
for a=-3,4,1do if(pget(64+a,y+3)==3or pget(64+a,y-7)==3)goto e end
if(y+3>=128or y-3<=0)goto e
if(x==64)o+=1
if(btn(4))m=-1.5s=.75else m=2.5s=.25
v=v<m and min(v+s,m)or max(v-s,m)y+=v goto _::e::

Leave a comment

Log in with itch.io to leave a comment.

Comments

No one has posted a comment yet