Method | Description | |
---|---|---|
CreateGame ( string gameName, string initiatingPlayerName, string initiatingPlayerEmail, string acceptingPlayerName, string acceptingPlayerEmail ) : System.Guid | ||
GetNextPlayerEmail ( System.Guid gameId ) : string | ||
GetOpponentTargetZone ( System.Guid gameId, string requestPlayerEmail ) : |
||
SetPlayerLocation ( System.Guid gameId, string playerEmail, GeoCoordinate location ) : void | ||
TakeShot ( System.Guid gameId, string playerTakingShotEmail, GeoCoordinate shotLocation ) : ShotResult |
Method | Description | |
---|---|---|
FindGame ( System.Guid gameId ) : |
||
FindGameAndPlayer ( System.Guid gameId, string playerEmail, |
||
FindOpponentByPlayerEmail ( |
||
FindPlayerByEmail ( |
public CreateGame ( string gameName, string initiatingPlayerName, string initiatingPlayerEmail, string acceptingPlayerName, string acceptingPlayerEmail ) : System.Guid | ||
gameName | string | |
initiatingPlayerName | string | |
initiatingPlayerEmail | string | |
acceptingPlayerName | string | |
acceptingPlayerEmail | string | |
return | System.Guid |
public GetNextPlayerEmail ( System.Guid gameId ) : string | ||
gameId | System.Guid | |
return | string |
public GetOpponentTargetZone ( System.Guid gameId, string requestPlayerEmail ) : |
||
gameId | System.Guid | |
requestPlayerEmail | string | |
return |
public SetPlayerLocation ( System.Guid gameId, string playerEmail, GeoCoordinate location ) : void | ||
gameId | System.Guid | |
playerEmail | string | |
location | GeoCoordinate | |
return | void |
public TakeShot ( System.Guid gameId, string playerTakingShotEmail, GeoCoordinate shotLocation ) : ShotResult | ||
gameId | System.Guid | |
playerTakingShotEmail | string | |
shotLocation | GeoCoordinate | |
return | ShotResult |