Issue 35: Code review request
Project Member Reported by hussain.mutawa, Sep 21, 2011
Hi everyone

I have removed unwanted methods from Player interface as they are more or less related to Game object more than Player object such as endGame, joinGame, leaveGame and they can produce redunduncy in the code and headache to maintain. Also removed the cookie check as it is not needed where an extra method is added to Game object which is hasPlayer(playerEmail) which checks if the game has a player or not based on his/her email address