CruceGameDevel / CruceGame

Open source card game
GNU General Public License v2.0
19 stars 19 forks source link

Issue 182 #208

Closed aenachescu closed 10 years ago

aenachescu commented 10 years ago

Modified game_addPlayer(). Now the function checks if the player's name which is added, is unique. If the player's name not is unique then the function return DUPLICATE_NAME.

Paul92 commented 10 years ago

You should also implement the functionality in our interface (ask the player for a new name, if that's the case).