- each hexTeam has a list of players - when a player joins - if they belong to a hexTeam, assign them the hexTeam's team. - otherwise give them a new team - record an intMap, key of player id and value of hexTeam - addPlayer and removePlayer methods on hexTeam instance to manage multiple value locations
each hexTeam has a list of players
when a player joins
record an intMap, key of player id and value of hexTeam
addPlayer and removePlayer methods on hexTeam instance to manage multiple value locations