Up And Down – iOS Game Source Code

Overview

Beat your results in this game, you need tap for fly in down of game level, and cancel it for flying on top layer of game level.

It’s endless type of this game.

This game soon will be available on App Store.

Video preview of the game:

Game launched on iPhone 6s, also tested on iPhone 5 and iPad, and on simulators of other devices.

Game have monetisation system.

More about game:

Game made with SpriteKit engine and write on Swift 3 language, game support all current devices. It’s an universal game, you can launch it on iPad and iPhone. Minimal required iOS version it’s 8.0.

In code you can find settings for all game process.

Code is commented and has nice architecture, you can easily add something new or change some component.

Features

Monetisation:

Game have banner, interstitial and video ads. Game use this frameworks:

  • AdMob
  • Chartboost

Social:

  • RateUs button on first screen of game.
  • RateUs message after player lose.
  • Share functions with screenshot from last moment in game.

Requirements

iOS 8.0 or later

Instructions

To upload your project you need press Project -> Archive and upload it to iTunesConnect. Also you need to create new app in iTunesConnect.

For reskin you need change images in .xcasets, it’s really easy. Just open .xcasets file in project and replace graphic files.

For change music in game just replace .mp3 files in game projects, it’s very easy.

Related