Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

AppGameKit Classic Chat / Xtralife - BaaS - Player profiles,leaderboard, turn based multiplayer - AGK Tier 1 implementation.

Author
Message
JohnnyMeek
10
Years of Service
User Offline
Joined: 23rd Apr 2013
Location: Slovenia
Posted: 20th Jun 2017 08:18 Edited at: 20th Jun 2017 08:20
I have recently implemented the Xtralife.Cloud system for my game Trionix and thought I'd share it with you. It's an open source system that handles player profiles, leaderboards, messaging and turn based multiplayer.

You will need to register an app on their website to get your login key pair, and also host the included PHP file on a server somewhere.

modify these values in Xtralife.agc

// Url of your server that hosts the php code
#constant XTRALIFE_PHP_SERVER = "something.com"
// location of the php file on your server
#constant XTRALIFE_PHP_URL = "XtraLife/XtraCurl.php"
// key and secret for this XtraLife game
#constant XTRALIFE_KEY = "xxxxxxxxxxxxxxxxxxxxxx"
#constant XTRALIFE_SECRET = "xxxxxxxxxxxxxxxxxxxxxxx"


You should check the Xtralife documentation for more information.

Attachments

Login to view attachments

Login to post a reply

Server time is: 2024-04-19 08:00:59
Your offset time is: 2024-04-19 08:00:59