Returns the list of players involved in the game
IList<PlayerID> get playerNames => _players.map((p) => p.name).toIList();