Live data from Hacker News

Flappy Bird in HTML5

uralozden.com

11–20 of 51 posts

Re: Flappy Bird in HTML5

#15
post #3

What makes me wonder: why the author didn't it copy really 1:1? Everything from the sounds, the proportions to the speed is slightly wrong making this thing pretty awkward.

I am thinking this is probably an artifact of copying the assets from the game, not having access to the originals.

Re: Flappy Bird in HTML5

#18
post #3

What makes me wonder: why the author didn't it copy really 1:1? Everything from the sounds, the proportions to the speed is slightly wrong making this thing pretty awkward.

Go to main.js line ~184

In reset() add: SPEED = 300;

and it feels closer to the game.

Re: Flappy Bird in HTML5

#20
post #3

What makes me wonder: why the author didn't it copy really 1:1? Everything from the sounds, the proportions to the speed is slightly wrong making this thing pretty awkward.

As another post says, it likely came from http://www.marksteve.com/dtmb (hopefully with permission?)
Post reply on HN