My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Project Information
Members
Featured
Downloads

TouchLeagueSharp

This API (wrapper really) access the TouchLeauge.com competition API. You can use the API to create social turn based games for mobile platforms (or full games if you would like).

The following API calls are implemented:

BrowseMyGames
BrowseLadder
ChallengeNonUser
GetTurnState
GetUserProfile
RemoveRequest
RequestMatch
SetTurnState

This Project Requires Json.Net which can be downloaded here: http://www.codeplex.com/Json

You will need the following in your .config file:

  <appSettings>
    <add key="TLServiceURL" value="http://www.touchleague.com/Service/" />
    <add key="TLWebURL" value="http://www.touchleague.com" />
    <add key="AppGuid" value="Your API Key" />
  </appSettings>

API keys can be requested by contacting TouchLeague.com: http://www.touchleague.com

Powered by Google Project Hosting