Menu

registerGame

Igor Rakoch Max Baburin
Attachments
registerGame.png (7614 bytes)

<<Back

Method to be implemented by Max

Summary

This method provides functionality to register a game in the play4cash system and returns associated GameID object

Functional description

function prototype

public GameID registerGame(String GameName, 
                       String GameOwner, 
                       String LegalAddress, 
                       String ContactDetails, 
                       Double unitCost, 
                       String GamePassword);

Return value

GameID

  1. UUID;
  2. HashedGameID = Hash(GamePassword, GameName, GameOwner, RegistrationTime, Play4CasheSecrectKey4Game)

Class diagram

test


MongoDB Logo MongoDB