55 Seconds Puzzle Game iOS Cocos2D Source Code

Overview

This Game is Puzzle Game for ios and android in which you have to save Ball from randomly move hours hand, It is very additive and you cant do 55 seconds in a one or 5 try.This game is written in cocos2dx 3.9 version. After 2 days live on appstore i get whelming user response. This game is featured in more than 120 countries.Live game link on AppStore

https://itunes.apple.com/us/ap…

Features

– Build using cocos2dx 3.9 version for both IOS and Android.

– Every one second pass make game more difficult.
– Game center
– Banner ad and interstial ads using Admob
– Chartboost interstial ad
– sharing functionality.
– Easy to reskin just in 30 minutes.

Requirements

  • cocos2dx 3.9 version
  • Latest xcode 7.3
  • Chartboost account
  • admob account

Instructions

– Replace all Graphics that are in resource folder in project.
– Change game name from info.plist
– Change admob Interstial id from this file Appcontroller.mm By find this function showAdmobIntersitial, Change interstial id
– Change charboost interstial id from Appcontroller.mm file
[Chartboost startWithAppId:@”573d99c743150f2c707676bd” appSignature:@”6b43d7b45ab55e83c0d17cebcc918beac7005b02″ delegate:self];
– Change Banner id from this file AppController.mm and find this function createBanner, Change banner id.

– Change Leader board id from CGhelper.m and GameCenterManager.m
NSString *kLeaderBoardIdentifier = @”com.55.leaderboard”;

Related