Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tw1ddle/samcodes-googleplaygames
- Owner: Tw1ddle
- License: mit
- Created: 2015-07-31T03:40:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-12-17T18:05:46.000Z (almost 3 years ago)
- Last Synced: 2023-04-03T23:29:58.489Z (over 1 year ago)
- Topics: google-play, google-play-services, haxe, haxe-bindings, haxelib, leaderboards
- Language: Haxe
- Homepage: https://samcodes.co.uk/code/
- Size: 532 KB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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```