Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

Game Jolt API

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

Quick Information

0 ratings
Game Jolt API icon image
Sain_Dreams
Game Jolt API

This is a add-on that add support a Game Jolt API in Godot Engine.

Supported Engine Version
4.6
Version String
2.0
License Version
MIT
Support Level
community
Modified Date
7 days ago
Git URL
Issue URL

🎮 Game Jolt API for Godot

This plugin is based on the Game Jolt API Docs. It is highly recommended to read both the Plugin Wiki and the official Game Jolt API Docs for detailed information.

🚀 Key Features

  • Full Implementation: All API functions are currently implemented.
  • Documentation: The wiki provides a comprehensive list of all functions and practical usage examples.

func _ready():
    # Logs in the user with username and token
    await GameJoltAPI.user_login("User", "1234")
    # Adds a trophy by its ID (integer)
    await GameJoltAPI.trophy_add(157345)

📥 Installation

  1. Download or clone this repository.
  2. Copy the addons/game_jolt_api folder into your project's res://addons/ directory.
  3. Go to Project Settings > Plugins and enable "Game Jolt API".

[!IMPORTANT]
This plugin is an independent project and is not affiliated with, endorsed by, or sponsored by Game Jolt or the Game Jolt API.

README Godot v4.x README Version

This is a add-on that add support a Game Jolt API in Godot Engine.

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
Sain_Dreams
Game Jolt API

This is a add-on that add support a Game Jolt API in Godot Engine.

Supported Engine Version
4.6
Version String
2.0
License Version
MIT
Support Level
community
Modified Date
7 days 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