Game Jolt API for libGDX

Channel:
Subscribers:
1,020
Published on ● Video Link: https://www.youtube.com/watch?v=87MveBcOk8o



Duration: 14:47
437 views
35


Game Jolt is a great way to upload and promote your game, but it also has a fantastic API to upload high-scores, award trophies, and save data to the cloud! Use the Game Jolt API to implement these features in your libGDX game.

Full transcript and tutorial: https://github.com/raeleus/game-jolt-api/wiki

Game Jolt API for libGDX: https://github.com/raeleus/game-jolt-api?tab=readme-ov-file#game-jolt-api
Game Jolt: https://gamejolt.com/
Game Jolt API Documentation: https://gamejolt.com/game-api
Full Test Game: https://gamejolt.com/dashboard/games/869827
Source Code: https://github.com/raeleus/game-jolt-api/blob/main/src/test/java/com/github/raeleus/gamejoltapi/Core.java
Interfacing with platform specific code: https://libgdx.com/wiki/app/interfacing-with-platform-specific-code

0:00 Intro
01:41 How to use Game Jolt
05:22 Using Game Jolt API
05:51 Submit a Guest Score
06:17 Retrieving Scores
06:39 Advanced Use
07:47 Request
10:12 Batch Request
11:18 Username and Token
11:59 Desktop App Auto Login
12:24 HTML 5 Auto Login
12:51 Avatars
13:28 Uploading to Game Jolt
14:12 Conclusion