Swift Copters iOS Source Code

Overview

Description

Swift Copters is a clone of Swing Copters, the top selling game successor of Flappy Bird.

It’s written in Swift, the brand new Apple programming language just released with iOS 8 this September.

Features

  • Pure Swift code using Cocos2d-Swift
  • iOS 8
  • Universal app (iPhone 4s/5/6, iPad 2/3/4/Air portrait/landscape)
  • Ads (AppLovin, Chartboost, Revmob)
  • In-app purchase to remove ads
  • Game Center Leaderboards
  • Social sharing (Facebook, Twitter)
  • Free lifetime updates

Swift, a new programming language for iOS

Swift is an innovative new programming language for Cocoa and Cocoa Touch.

Writing code is interactive and fun, the syntax is concise yet expressive, and apps run lightning-fast. Swift is ready for your next iOS and OS X project — or for addition into your current app — because Swift code works side-by-side with Objective-C.

Monetization

Monetization is a primary goal when publishing an app or game.

This app includes and uses a Monetization framework (source code provided), that greatly simplifies the integration of in-app purchases and ad networks.

The framework is designed to be easily extendable. AppLovin, Chartboost and RevMob Ad Network adapters are already included, and adding a new one is really easy.

Related