MrStahlfelge / gdx-gamesvcs

Easy integration of gameservices in your libGDX game: Google Play Games, Apple Game Center, Amazon GameCircle and more
Apache License 2.0
113 stars 20 forks source link

GameJolt: fetch leader board entries and achievements status #10

Closed MrStahlfelge closed 7 years ago

MrStahlfelge commented 7 years ago

After integrating fetch leader board entries and achievements status in core (issue #4), it now has to be implemented for GameJolt client.

MrStahlfelge commented 7 years ago

Leaderboard entries implemented (see #4)

MrStahlfelge commented 7 years ago

This is done.

MrStahlfelge commented 7 years ago

Not quite done: GameJolt has an option for returning only player's own scores. This should be used when playerRelated param of fetchLeaderboardEntries is set to true.

MrStahlfelge commented 7 years ago

Works like a charm :)