leecrossley / cordova-plugin-game-center

Cordova / PhoneGap Game Center Plugin for Apache Cordova >= 3.0.0
http://ilee.co.uk
78 stars 29 forks source link

This is so great, maybe it's possible to implement the same thing for Android? #1

Closed orbitaloop closed 10 years ago

orbitaloop commented 10 years ago

Thank you so much for sharing your work! I wonder, if it's realistic to implement the same thing for Android. They have the Google Play Service Games (https://developer.android.com/google/play-services/games.html), and the principle are about the same. It would be a killer plugin if we manage to use the same JS API for the 2 platforms. Cheers,

Sam

leecrossley commented 10 years ago

Google Play Game Services supports both iOS and Android platforms, so it's my feeling that Google Play Game Services should be a separate plugin that covers both iOS and Android. Does that make sense?

aogilvie commented 10 years ago

@orbitaloop I started something a while ago https://github.com/aogilvie/phonegap-plugin-googleGameServices feel free to contribute to that, it's pretty much a skeleton project right now though.

_>It would be a killer plugin if we manage to use the same JS API for the 2 platforms._ I would recommend 2 separate plugins and make a light JS wrapper to control both.

leecrossley commented 10 years ago

I would recommend 2 separate plugins and make a light JS wrapper to control both

I agree 100%, I'll close this issue here, as the Google Play Games Service will live in a separate repo.

leecrossley commented 10 years ago

http://plugreg.com/plugin/MobileChromeApps/google-play-services looks good