Home - TogetherGames/Public-Unity-CSharp GitHub Wiki

The Together Platform is a middleware API that takes the pain out of creating asynchronous multiplayer games for mobile and desktop platforms. The Together Platform utilizes a message based, web API, which is then wrapped for various platforms in the Sdks. The goal is to allow you, the developer, to focus more on your game, and less about how to build a server to drive it. By grasping just a few short calls, you will soon be on your way to making your first Together game.

Sign Up

If you haven't already, please visit www.playstogether.com and sign up for a FREE developer account.

This documentation assumes you have already setup a game through your dashboard, and have acquired a Game Key. An excellent sample Tic Tac Toe game is provided in the Git Repo.

####Other useful links API Reference Documentation

How to Register Users

Logging Users in to your game

Using basic Analytics