Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tw1ddle/samcodes-googleplaygames

Unofficial Google Play achievements and leaderboards for Haxe/OpenFL
https://github.com/tw1ddle/samcodes-googleplaygames

google-play google-play-services haxe haxe-bindings haxelib leaderboards

Last synced: 1 day ago
JSON representation

Unofficial Google Play achievements and leaderboards for Haxe/OpenFL

Awesome Lists containing this project

README

        

# Haxe Google Play Games

Unofficial Google Play Games leaderboards and achievements support for Android Haxe/OpenFL targets using the Play Games SDK.

### Features ###

Supports:
* Google Play Games sign-in and sign-out.
* Showing leaderboards and achievements popover screens.
* Submitting leaderboard scores, unlocking and updating achievement progress.
* React to player sign-in, sign-out and activity results with a custom listener.

Doesn't Support:
* Cloud syncing, multiplayer or social features.

If there is something you would like adding then open an issue. Pull requests welcomed too! Here it is in action:

![Screenshot of it working](https://github.com/Tw1ddle/samcodes-googleplaygames/blob/master/screenshots/screen1.png?raw=true "Screenshot")

### Install ###

```bash
haxelib install samcodes-googleplaygames
```

### Usage ###

Project.xml
```xml

```