Android Open Source - Game bird OpenFlappyBird






Project Summary

An open source clone of a famous flappy bird game for Android using AndEngine.

Web Site / Source Repository

OpenFlappyBird is hosted in the following web site
https://github.com/deano2390/OpenFlappyBird

If you think the Android project OpenFlappyBird listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of OpenFlappyBird.

ItemValue
Java File Count8
Supported screen sizes[xxhdpi]
Target SDK Version17
Minimum SDK Version8
Activity Count1
Asset File Namesassets\flappy.ttf
assets\img\background480.png
assets\img\birdmap.png
assets\img\instructions.png
assets\img\pipelower.png
assets\img\pipesectionlower.png
assets\img\pipesectionupper.png
assets\img\pipeupper.png
assets\sound\gameover.ogg
assets\sound\jump.ogg
assets\sound\score.ogg
assets\sound\song.ogg




License

The license information of OpenFlappyBird is as follows:

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 Copyright (C) 2014 Dean Wild <dw86@kent.ac.uk> Everyone is permitted to copy and distribute ver...

Resource Files

There are 1 image files in OpenFlappyBird. The names of the image files are listed as follows.

flappy.png

The following screenshort is generated from the image listed above.

null

Java Source Files

uk.co.deanwild.openflappybird.ApplicationTest.java
uk.co.deanwild.openflappybird.game.Bird.java
uk.co.deanwild.openflappybird.game.MainActivity.java
uk.co.deanwild.openflappybird.game.PipePair.java
uk.co.deanwild.openflappybird.game.ResourceManager.java
uk.co.deanwild.openflappybird.game.SceneManager.java
uk.co.deanwild.openflappybird.game.ScoreManager.java
uk.co.deanwild.openflappybird.game.ScreenSizeHelper.java