From 225662e159a6186760f97d2397cbb1d482c63eb3 Mon Sep 17 00:00:00 2001 From: entar Date: Fri, 5 Sep 2025 12:06:01 +0700 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ed50779..a3c0383 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ -# GameJolt.lua +# TaggedGamejolt Provides access to GameJolt's services for Lua-based projects. +Can work outside of LOVE2D but is mainly used for such. +Forked from https://github.com/mbrovko/gamejoltlua/ and refreshed by Entar. -# Projects using gamejolt.lua -[One Bit Arena](http://gamejolt.com/games/one-bit-arena/41484) -[Random Rooms](http://gamejolt.com/games/random-rooms/85035) +# Projects using TaggedGamejolt +[TaggedEngine](https://git.squog.ru/TaggedCrew/TaggedEngine) # Usage Put the files from the repo into your app's folder. @@ -11,7 +12,9 @@ Put the files from the repo into your app's folder. ```lua local GJ = require "gamejolt" -GJ.init(gameID, gameKey) +-- All the GAME credentials are to be put in +-- the gamejolt script + GJ.authUser(username, usertoken) GJ.openSession() -- 2.47.2