gpgs.md 963 B


title: Google Play Game Services in Defold

brief: This document describes how to set up and use Google Play Game Services

Google Play Game Services

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.

Installing the 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.

Using the extension

Usage instructions and API reference is available on the extension GitHub page.