You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 8, 2020. It is now read-only.
Welcome. Take a look at navigation bar to.. well, navigate between the pages.
#Usage
Put the files from the repo into your app's folder.
localGJ=require"gamejolt"GJ.init(gameID, gameKey)
GJ.authUser(username, usertoken)
GJ.openSession()
-- your further manipulations
If you're using LÖVE, you can also pass an optional paratemeter to GJ.init that equals to table of arguments passed to your app through love.load, so gamejolt.lua can handle Quick Play.