Initial Home page

Max 2015-02-06 13:46:06 +03:00
commit 9d7d8aedb1

17
Home.md Normal file

@ -0,0 +1,17 @@
# Home
Welcome.
#Usage
Put the files from the repo into your app's folder.
```lua
local GJ = require "gamejolt"
GJ.init(gameID, gameKey)
GJ.authUser(username, usertoken)
GJ.openSession()
-- your further manipulations
```