Closed aenachescu closed 10 years ago
You've got the function idea wrong. It is meant to be used to check if a player may be created and added to the game, so it is supposed to take a player and a game and check if that player can be added to the game. Also, you have to implement calls for it in application.
Added game_checkUniqueName(). This function checks if exist players with same name.