Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 538 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 538 Bytes

cocos2d-x-extensions

Features

  • CCCrypto: AES256, Base64, MD5
  • CCOpenFeint: OpenFeint integration
  • CCNative: show activity indicator, show alert dialog, get OpenUDID
  • CCNetwork: check network status
  • CCStore: iOS IAP support, with receipt verify
  • 100% Lua-binding compatibility

Setup

  1. Copy files to your project folder
  2. Add files to Xcode project
  3. Enjoy it !

Lua-binding

Check out https://github.com/dualface/cocos2d-x-lua-framework, it's a Game Framework based cocos2d-x + lua-binding.