Skip to main content

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

Dweety DweetView game page

A 1 Tweet Flappy Bird Demake in Javascript
Submitted by frankforce@gmail.com (@KilledByAPixel) — 6 days, 3 hours before the deadline
Add to collection

Play game

Dweety Dweet's itch.io page

How many characters did you use?
140

Include your code here, if you'd like to show it off!
// Dweety Dweet 2 - By Frank Force 2018
eval(unescape(escape`挮睩摴栽㤹㭔㵴㽔⬱㨰㭘㴹㤭吥ㄲ〻夽㐰⬹⩓⡩㵔⼱㈰⤻否♹㰹㤦ℨ堾〦堼㈴☨社奼礼夭ㄴ⤩㽹ⴽ圭㴮〳㨨吽圽〬礽㈵⤻景爨樽㈻樭ⴻ砮晩汬剥捴⡘ⱙⴱ㈰⩪ⰱ㤬㤹⤩潮捬楣欽瘽㹗㴱㭸⹦楬汔數琨楼〬ㄹⱹⰹ⤻`.replace(/u(..)/g,"$1%")))

Leave a comment

Log in with itch.io to leave a comment.

Comments

(+1)

Neat flappy bird game! I included it in my TweetTweetJam 2 compilation video series, if you’d like to take a look. :)

Submitted(+1)

Hah, very interesting encoding going on in the original post -- hadn't thought of doing that. Nice job on the 250 bytes update, tho!

Developer

Updated code, now the entire html file fits in 250 bytes...

<canvas id="c"><script> 
x=c.getContext('2d')
T=-1
setInterval(U=_=>{
c.width=99
onclick=_=>V=1
X=99-T%128
i=T++>>7
y=18+i**2%25
T&&X*X>144|(Y-y)**2<49?Y-=V-=.03:T=Y=V=0
for(j=2;j--;x.fillRect(X+3,7+y-120*j,19,99))
x.fillText(i,9,Y,9)
},16)
</script></canvas>
Submitted

I love your idea. I managed to get a top score of 3 :)

Do you think you could include all required references (the canvas, the math functions) with your script and fit into 560 chars?

Developer(+1)

Lol, i know it's hard as hell, my best is 20.

This game would definitely fit everything in that space. without issue because it is less then half the size.

I'll think about doing another game that is totally encapsulated like you suggest.

Developer(+1)

I did it! And the entire html file fits in less then a tweet.