title: Google Play Game Services in Defold
Google Play Game Services adds user authentication, cloud save, achievements, leaderboards and more to your Android game. Google Play Game Services is available as a native extension.
To start using the Google Play Game Services extension you need to add it as a dependency to your game.project file. The latest stable version is available with the dependency URL:
https://github.com/defold/extension-gpgs/archive/master.zip
We recommend using a link to a zip file of a specific release.
Usage instructions and API reference is available on the extension GitHub page.