Skip to content

christopherkarani/BallDown

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Platform Language License

BallDown

A full game on the Appstore - No One Gets 100

You can control the ball to move left or right to avoid obstacles for more scores by clicking the screen

Requirements

  • iOS 8.0+
  • Swift 1.2
  • Xcode 6.4

Function

  • GameCenter Leaderboard
  • Wechat share, Facebook, Twitter, Sina share
  • iAd, Google Admob

Usage

You can run the game immediately. But if you want to do something more, you can edit the 'BallDown/Support/World.swift' file

class World {

    // Your own appId for the share link
    static let appId = 1020929059

    // Your own wechatAppId for the wechat share function
    static let wechatAppId = "Your own wechat appId"

    // Your own password for the NSUserDefault AES encrypt
    static let userDefaultsPassword = "Your own password"

    // Your own unitId for the google Admob  
    static let gadUnitId = "Your own Admob unitId"

}

Author

HaoXiang Hu, Dalian, China

Email: pop2ones@yahoo.com

Twitter: @pop2ones

Licence

MIT

About

IOS Game,Swift,SpriteKit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 69.5%
  • Swift 29.7%
  • C 0.8%