3 Home
Max edited this page 2015-03-01 15:55:22 +03:00

Home

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.

local GJ = 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.