Skip to content

Instantly share code, notes, and snippets.

@gullyn
Last active January 24, 2025 00:41
Show Gist options
  • Save gullyn/95b2ab9e465317f1d4e4607cf6e94205 to your computer and use it in GitHub Desktop.
Save gullyn/95b2ab9e465317f1d4e4607cf6e94205 to your computer and use it in GitHub Desktop.
Flappy bird in 205 bytes (improved!)
<body onload=z=c.getContext`2d`,setInterval(`c.width=W=150,Y<W&&P<Y&Y<P+E|9<p?z.fillText(S++${Y=`,9,9|z.fillRect(p`}*0,Y-=--M${Y+Y},P+E,9,W),P))):p=M=Y=S=6,p=p-6||(P=S%E,W)`,E=49) onclick=M=9><canvas id=c>
@betterchili
Copy link

Couldn't you remove the "id=c " and replace "c.innerHTML=..." with "this.innerHTML=..." to save 2 bytes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment