Flappy Bird Clone Source Code For Delphi XE5 Firemonkey On Android And IOS
FMXExpress posted an article with links to the source code for a Flappy Bird clone for Delphi XE5 that runs on iOS and Android. There are links to three source code projects:
Enjoy the fun!
- Flappy Firemonkey Prototype Source Code For Delphi XE5
- Flappy Firemonkey 3D Prototype Source Code For Delphi XE5 Firemonkey 3D
- Delphi XE5 Firemonkey Flappy Bird Clone by Croco Tronic
Enjoy the fun!
Tags:
3D
Android
Delphi
FireMonkey
Games
Mobile
Multi-Device
Object Pascal
Pascal
Programming
RAD Studio


David Intersimone (known to many as David I.) is a passionate and innovative software industry veteran-often referred to as a developer icon-who extols and educates the world on Embarcadero developer tools. He shares his visions as an active member of the industry speaking circuit and is tapped as an expert source by the media. He is a long-standing champion of architects, developers and database professionals and works to ensure that their needs are folded into Embarcadero's strategic product plans. David holds a bachelor's degree in computer science from California Polytechnic State University at San Luis Obispo, California.
Comments
-
Sebastian Jänicke Tuesday, 13 May 2014
In order to run it with XE6 you have to ignore the error regarding the stylebook when opening the project / the unit uMenu, then double click the stylebook and click on "apply and close" (translated from German, might be called slightly different). After this you only get an error that aeFinishedLaunching is not found, just replace it by TApplicationEvent.FinishedLaunching (and the others as well).
After this the project should run fine in XE6. -
Please login first in order for you to submit comments
- Page :
- 1
[...] http://blogs.embarcadero.com/davidi/2014/03/02/43616/ [...]