Ads 468 X 60

Mac App Flappy Style Game + SpriteKit + Gamecenter (Mac)


This complete “Space Debris” Mac App (Flappy Style Game) utilizes customizable graphics, audio, easy customization for every aspect of the game. GameCenter Integration!! (Leaderboards and Achievements).


Develop your “Flappy” style Mac App game, you just have to change some graphics files:


- ‘Bird’ (in this app is an Astronaut) – Background image ( in this app is the Space Image) – Obstacle ( in this app is debris.. different type!) – App Icon.


Customization Preferences:

// Gameplay – astronaut movement

static const float kGravity = -1500.0;

static const float kImpulse = 400.0;


// Gameplay – ground speed

static const float kGroundSpeed = 150.0f;


// Gameplay – obstacles positioning

static const float kGapMultiplier = 2.0;

static const float kBottomObstacleMinFraction = 0.1;

static const float kBottomObstacleMaxFraction = 0.6;


// Gameplay – obstacles timing

static const float kFirstSpawnDelay = 0.2;

static const float kEverySpawnDelay = 1.9;


// Looks

static const int kNumForegrounds = 2;

static const float kMargin = 20;

static const float kAnimDelay = 0.3;

static NSString *const kFontName = @”PressStart2P”;


// Leaderboard ID

#warning Your Leaderboard ID here

static NSString *const LEADERBOARD_ID = @”com.yourDomain.TOPSCORE”;


If you have an idea for a new “flappy bird” style, with this app you will realize in a short time!


The app includes integration with Game Center Guide – Leaderboards (top score) – Achievements (nine elements).

Made with Xcode 5, Deployment Target 10.8.


You can find this app on Mac App Store : search “Space Debris” !



0 comments:

Post a Comment