protected Player(Game game) { mGame = game; mScore = new PlayerScore(game.Options.NumberOfPlayers); }