Games

Games

Google Play Game Services

The Google Play Games Service allows developers to enhance games with social leaderboards, achievements, game state, sign-in with Google, and more.

Constructor

new Games()

Example
```js
const {google} = require('googleapis');
const games = google.games('v1');
```