Tiny Tennis Match – iOS Game Source COde

Overview

Play in this small pocket tennis, open more skins and beat your results! 

It’s endless tennis game, based on ketchapp and trends ideas.

Game have 6 skins, you need open it for coins.

This game available on App Store, try it: https://itunes.apple.com/ru/ap…

Changing skins have affect to all game scenes, we have different backgrounds for all scenes in game for every skin.

Tiny Tennis Match it’s nice game with good monetisation system.

Video preview of the game:

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

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
  • Vungle

Vungle it’s video ad, we use it after game, player have chance to open gift with coins.

For watching video ad we add game coins for player, player need this coins for open new skins in store.

Social:

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

Requirements

  • Minimal iOS version it’s 8.0.
  • Xcode version 8.2 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