Compare commits

..

No commits in common. "8548ccbc854ac672286ffd7b7b659d28dc048040" and "0a9a6e6531271f373bae56040a1d847bac2c3287" have entirely different histories.

View File

@ -1,10 +1,9 @@
# TaggedGamejolt
# GameJolt.lua
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 TaggedGamejolt
[TaggedEngine](https://git.squog.ru/TaggedCrew/TaggedEngine)
# Projects using gamejolt.lua
[One Bit Arena](http://gamejolt.com/games/one-bit-arena/41484)
[Random Rooms](http://gamejolt.com/games/random-rooms/85035)
# Usage
Put the files from the repo into your app's folder.
@ -12,9 +11,7 @@ Put the files from the repo into your app's folder.
```lua
local GJ = require "gamejolt"
-- All the GAME credentials are to be put in
-- the gamejolt script
GJ.init(gameID, gameKey)
GJ.authUser(username, usertoken)
GJ.openSession()