Skip to content
moadib edited this page Aug 9, 2012 · 3 revisions

upSL is an UrsinePaw's ScoreLoop wrapper

In brief, upSL is a simple, cross-platform wrapper for Scoreloop functions in game developed with cocos2d-x. It is works on ios, android and blackberry(playbook).

Main idea is that all functions and API must be same for all supported platforms, so if some function realised only for blackberry we haven't it in upSL.

It is provide C-style API. Never store pointers to objects that created by Scoreloop, except controllers, of course, since it created directly by you.

We don't cover all parts of Scoreloop, only things what we need in our games. Feel free make code modifications and share it with us :)

Clone this wiki locally