Simple leaderboard in Cocos2d-x JS for windows 8.1 universal games

Hi, I have developed games using Cocos2d-x JS for Android platform and used Google play services for sharing highscores, leaderboards, analytics etc. While trying to port the games to Windows 8.1 platform, I am unable to find any online guide to achieve the same through any services for windows platform. Kindly let me know if there are online resources that provide a way to create leaderboards and ads on windows 8.1 universal platform in cocos2d-x JS game.

there is no equivalent to googleplayservices/gamecenter for windows phone. You will have to implement it yourself using cloud services (azure, google, amazon, whatever).

1 Like

Thanks. For that, wouldn’t I need to invoke C# modules from my JavaScript game code? In case of Android and iOS we use JSB, can you tell me the way to use services from the javascript code of Cocos2d JS game. Thanks in advance.

I’m sorry I only develop with cocos2d-x, i don’t know about cocos2d JS.

in any case, you will need to find a cloud provider for implementing leaderboards for windows phone (or try with googleplay rest api)