Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 11    Views: 141

Mackimack
Apple Fan
Profile
Posts: 481
Reg: Dec 30, 2010
Sweden
14,310
04/11/14 09:05 AM (10 years ago)

New Flappy Bird Plugin.

I know there are a flappy bird plugin. I had already done it when SuperSpeed ​​Mr. David sent out his version on BT Market. There is no time to make the plugin in the same speed as Mr. David. Mine is just a little different in design and framework and there are sound effects in it. https://www.buzztouch.com/plugins/plugin.php?pid=F677BF154B60CA524C4835A Thank My friend MrDavid for for fancy description text I copy your. And I set the price equal to yours so people can choose which they want to use. I hope it is ok. :)
 
Dragon007
Lost but trying
Profile
Posts: 1509
Reg: Dec 17, 2011
London
20,590
like
04/11/14 10:30 AM (10 years ago)
Hi Mack Confused about some if these game plugins and there purpose. Is your plugin a template model for users like me to create a new game out is it or is just simply add this plugin and release a flappy bird game, confused, as I'm wondering how many flappy game apps out there already and how will the BT community release as well. I like the idea of these game plugins but I'm unsure what kind of creative freedom I have over such plugins.
 
Mackimack
Apple Fan
Profile
Posts: 481
Reg: Dec 30, 2010
Sweden
14,310
like
04/11/14 10:39 AM (10 years ago)
Hi Dragon007 You can make your own variant of flappy bird. You can create a dog a pig a cow or whatever you want and then replace the image in my plugin. You can also replace background and sounds effects. Do what you want. There are a plethora of flappy bird clone App Store. Make your own variant insert Ads and out with it on the App Store. But don't calling it flappy birds.
 
Angry Ninja
Aspiring developer
Profile
Posts: 1045
Reg: Aug 25, 2013
Maine
17,150
like
04/11/14 03:35 PM (10 years ago)
Dragon007, I've found they can be used both ways... I've bought 6 game plugins and have a games menu in one of my larger apps, and I've also taken the plugin and made it the home screen of a new app, which makes it an app that is just that game. Of course you'd want to customize either the code or the graphics, especially if doing the latter, if releasing it as a stand alone game, just so it doesn't look "cookie cutter"... but thats entirely up to you. If you wanted to, I'm sure the app would be approved with just creating a blank project, adding the single game screen as the home screen, downloading the project and submitting it. Might not get the best sales in the world that way, but certainly functional and ready to go.
 
Dragon007
Lost but trying
Profile
Posts: 1509
Reg: Dec 17, 2011
London
20,590
like
04/11/14 03:56 PM (10 years ago)
Hi Mack & Angry Thanks for the advice, wanted know what I can change. Now have to come up with a concept for a game around this setup. Thanks again!
 
Angry Ninja
Aspiring developer
Profile
Posts: 1045
Reg: Aug 25, 2013
Maine
17,150
like
04/11/14 04:01 PM (10 years ago)
To me, the graphics are begging for a mario theme. But you'd have to modify the code to make it jump around the bottom bricks instead of flying through the air. It's sooooo close to super mario brothers though... makes we wanna fire up my original NES :)
 
Gb78
I hate code!
Profile
Posts: 48
Reg: May 28, 2012
Portland
3,030
like
04/13/14 12:50 AM (10 years ago)
This is a great plugin. I noticed when I use plugin as the only screen in the app it works perfectly. However, while testing on my iPhone 5 with iOS 7.1 the plugin seems to have an issue. I play the game... then click on another tab... when I come back to the plugin it does not respond when tap the screen. The difference is when I reopen the app when I use the plugin as the only screen the app refreshes. In order to get the game to respond I have to exit the app to get the plugin and app to refresh. Any ideas on how I can fix this? Thanks
 
Mackimack
Apple Fan
Profile
Posts: 481
Reg: Dec 30, 2010
Sweden
14,310
like
04/13/14 01:19 AM (10 years ago)
HI Gb78 try to add this in ML_flappybird.m and in -(void)viewWillAppear:(BOOL)animated //flag this as the current screen yourapp_appDelegate *appDelegate = (yourapp_appDelegate *)[[UIApplication sharedApplication] delegate]; appDelegate.rootApp.currentScreenData = self.screenData;
 
Mackimack
Apple Fan
Profile
Posts: 481
Reg: Dec 30, 2010
Sweden
14,310
like
04/13/14 02:10 AM (10 years ago)
I try it by my self now. add this to ML_flappybird.m -(void) viewDidDisappear:(BOOL)animated{ [self viewDidLoad]; [self viewWillAppear:YES]; }
 
Gb78
I hate code!
Profile
Posts: 48
Reg: May 28, 2012
Portland
3,030
like
04/14/14 12:09 AM (10 years ago)
Thanks. Worked perfectly!
 
Caslor
Android Fan
Profile
Posts: 191
Reg: Jul 26, 2013
athens
1,910
like
04/23/14 07:59 AM (10 years ago)
Hi Any plans for android release also?
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
05/20/14 03:15 PM (9 years ago)
What does the ipad version look like?
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.