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()