Flappy Bird in HTML5
11–20 of 51 posts
Re: Flappy Bird in HTML5
#120 points.
Bookmarked, to take a look at what HTML5 looks like.
Re: Flappy Bird in HTML5
#13Nice. And accurate too. I got the same score as on the Android version. 0 points. Bookmarked, to take a look at what HTML5 looks like.
Re: Flappy Bird in HTML5
#14Re: Flappy Bird in HTML5
#15What 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.
Re: Flappy Bird in HTML5
#16Re: Flappy Bird in HTML5
#17Is there a tool to code such a thing once and get it run in Android, iOS as App and also have it as webpage like this HTML5?
Re: Flappy Bird in HTML5
#18What 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.
In reset() add: SPEED = 300;
and it feels closer to the game.
Re: Flappy Bird in HTML5
#19Re: Flappy Bird in HTML5
#20What 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.