Game Jolt API

An asset by Atirut-W
The page banner background of a mountain and forest
Game Jolt API hero image

Quick Information

0 ratings
Game Jolt API icon image
Atirut-W
Game Jolt API

Use Game Jolt's Game API in your Godot game.

Supported Engine Version
3.3
Version String
1.0.0
License Version
MIT
Support Level
community
Modified Date
3 years ago
Git URL
Issue URL

Game Jolt API for Godot

Only support authenticating(fancy version of checking if username and token are correct), querying users and trophies plus granting and revoking trophies as of this release. Uses yield() to avoid signal/callback hell.

How to install

Download this plugin, put it into your project and enable it in your project settings. It should then be available as a singtleton.

How to use

Most functions in the API(except one) uses yield() to wait for API requests, etc. so you have to also use yield() when calling them.

Example:

var success = yield(GameJolt.authenticate("Username", "SuperSecretToken"), "completed")

What about documentations?

Soon:tm:

Use Game Jolt's Game API in your Godot game.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Game Jolt API icon image
Atirut-W
Game Jolt API

Use Game Jolt's Game API in your Godot game.

Supported Engine Version
3.3
Version String
1.0.0
License Version
MIT
Support Level
community
Modified Date
3 years ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers