Incorporating Google Play Games

How can I incorporate Google Play Games in my Game. I know it will include JavaScripting but I am Ok with that

You will need more than JavaScript, you will need to manually build with a Cordova plug-in. Search a cordova plugin for Google play games, then add the Js code according to the documentation of that plug-in. When you are done, export for manual build for Cordova, use the Cordova CLI to add the plug-in to the exported Cordova project and build (yourself or with idk phonegap build)

Thank You for your great help:smiley:
Now I may start the things bit by bit