Flappy Bird port

This is an archive of a topic from NESdev BBS, taken in mid-October 2019 before a server upgrade.
View original topic
Flappy Bird port
by on (#131045)
I Had some spare time and wanted a break from my bigger project. So here is my NES port of Flappy Bird:

https://www.dropbox.com/s/wts3twej93bh7 ... y.nes?dl=1

Yeah, no fancy parallax bg, I know. :) But it plays OK I think, and looks good anyway.

I hope the dropbox link works. Please let me know if you find any big bugs. It will probably start to bug if you manage to survive for like 20 minutes due to integer overflows, but not sure if anyone has the patience to get there :)

Have fun!

Edit: Video proving it's possible :) https://www.youtube.com/watch?v=UyZ2YJpOuaI
Re: Flappy Bird port
by on (#131047)
flappy.nes: So I'm this mole, and I'm supposed to push the blue rock onto the blue receptor, right?

Oh wait, your flappy game.

So I tried it. There appeared to be a bit more boost on each flap than in the original or Splashy Fish, making it a bit harder to proceed through each gap. Otherwise, good start. If you tweak the physics and reskin it to use original graphics rather than Dong Nguyen's graphics, I'll consider including it in the next Action 53 multicart.
Re: Flappy Bird port
by on (#131048)
Nah, it's supposed to be hard :) I might do an "easy version" for the not so hardcore flappy players.
Re: Flappy Bird port
by on (#131050)
Granted, but I think you made it harder than Flappy Bird. Or perhaps the difference between Android input latency and NES input latency is screwing me up. I'd be inclined to trust Frank Noschese's analysis using Logger Pro, where 64 pixels = 1 m.
Re: Flappy Bird port
by on (#131051)
The first press to start the game should also launch the bird into the air; having to double tap a button to properly start feels weird. The falling speed also feels too fast, but that could just be me. Overall though, this is a pretty good port.
Re: Flappy Bird port
by on (#131052)
OK. I never played the official version so it might be off. I based it loosely on what felt like http://flapmmo.com/ but made it look more like the original.

Here is a slightly tweaked version. I don't want to make it too easy :) :
https://www.dropbox.com/s/3mfyiu1a5h9x69t/flappy_easy.nes?dl=1
Re: Flappy Bird port
by on (#131062)
Nice job. I don't mind the lack of parallax background at all.

By the way, there are (at least) two versions of the official Flappy Bird out there. The old one was harder, the one that came after that was made easier, changed some of the graphics and added a night mode.
Re: Flappy Bird port
by on (#131108)
Maybe you should add a easy and hard mode, so before you push START you can push SELECT to select the easy and hard mode.

I think a lot of computer games are too easy and that is why I think you should add a harder mode too.
Re: Flappy Bird port
by on (#131196)
This is amazing, I always love to see NES ports! While it looks fine without the parallax scrolling, I think you could make this port as feature packed as possible, such as having the "Game Over" and related boxes appear (with backgrounds, of course) as well as the night mode that Fox mentioned. The first version felt too hard, you could flap in such a great way that you had a slim chance of actually making it through the pipes, the easier version feels better. And much like many official NES ports back in the day, the game could be changed ever so slightly to offer the best game possible.
Re: Flappy Bird port
by on (#134570)
Nice work! :beer:
Re: Flappy Bird port
by on (#141976)
Good work, I like it. For physics did you redraw every frame in different rotations or did some realtime rotation trick I don't know about? Also could you add saving of highscore (via battery save) and some music (aside of launch tune)?
Re: Flappy Bird port
by on (#142040)
darkhog wrote:
Good work, I like it. For physics did you redraw every frame in different rotations or did some realtime rotation trick I don't know about? Also could you add saving of highscore (via battery save) and some music (aside of launch tune)?


The frames are re-drawn in different rotations. No fancy realtime stuff :)

I don't think I will be updating this much. It was more a quick project/proof of concept since it is an unofficial port. But who knows.
Re: Flappy Bird port
by on (#142041)
How about releasing sources then, so other people can pickup it?
Re: Flappy Bird port
by on (#142782)
Good port, thank you. Looks very nice :)
Re: Flappy Bird port
by on (#148692)
Haha, it looks like someone actually wrote a lua script to reach 9999 :) As I suspected, there are some integer overflows on higher scores, so the pipes render incorrectly. I just assumed no one would ever reach that type of score.

http://tasvideos.org/4641S.html
Re: Flappy Bird port
by on (#148694)
Scepheo wrote:
Viewer response isn't very good, and as "maximum score" isn't a vaultable goal, I'm going to have to reject this.

So viewers want to see variety in their flappy games. Even the granddaddy of scrolling flappy games, Nintendo's Balloon Fight, is marked as a bad choice. So is Balloon Kid, Nintendo's attempt to elaborate on a flappy platformer.
Rejected for being pointless.


I wonder what could be done beyond a straight port to make the game more interesting to watch. Angry Birds had at least an excuse plot of a kidnapping; what could be done for Flappy Bird?
Re: Flappy Bird port
by on (#148710)
tepples wrote:
So is Balloon Kid, Nintendo's attempt to take Joust and make it boring.

Fix that for you.

Have you considered adding music to the game?
Re: Flappy Bird port
by on (#148744)
Add some parallax scrolling?
Re: Flappy Bird port
by on (#148753)
How though? Animate the tiles in the background? I thought about having the pipes be sprites and using raster effects to split the scrolling with the floor, but that doesn't seem possible.
Re: Flappy Bird port
by on (#148767)
Animating the tiles with the bushes, buildings and clouds should be enough.
Re: Flappy Bird port
by on (#176138)
Mike and Bootsy playing the port:
https://www.youtube.com/watch?v=cFsm4O00aE0

Unfortunately, whoever made the cart screwed up the mirroring, so there are glitching graphics on the left :(
Re: Flappy Bird port
by on (#225326)
Dropbox gone dead, so mirroring as attachment
Re: Flappy Bird port
by on (#225332)
tepples wrote:
Dropbox gone dead, so mirroring as attachment


Thanks!
Re: Flappy Bird port
by on (#239226)
Hey, great port!
I made a little game cover for u :D
Attachment:
flappybird.png
flappybird.png [ 284.54 KiB | Viewed 7798 times ]