PhoneGap integration with the gaming center

Is there a way to make a game with HTML, CSS and JavaScript (+ jQuery) and use PhoneGap to make it a native iOS application and then integrate it with Game Center?

What I mean is to make the game look like travian . I mean some kind of game in which you play only with text and number, and not with animation. I know if I use Unity or Game Maker, then I can add Game Center to my game, but the type of game I want to make is not easy with these game mechanisms.

I need a game center for its large number of users.

+4
source share
2 answers

Or is there this new plugin compatible with phonegap 3.x: https://github.com/leecrossley/cordova-plugin-game-center

And with very good documentation:

http://ilee.co.uk/using-game-center-with-phonegap/

+3
source

Github has a plugin that has access to the game center for PhoneGap.

https://github.com/phyx3r/Game-Center-Phonegap-Plugin

+1
source

Source: https://habr.com/ru/post/1439505/


All Articles