Territory to capture

Hi I might be missing but where do we see the territory nodes that we can capture? I looked at the Territory list inside myBotDto but it only lists territories I own and I see no other place in any gameState property that this information is available.

Hey @Kortgat, each bot’s territory is listed inside the bot object. The object structure would be GameStateDto.Bots[i].Territory. This is a list of Land objects, which you can read more about in the game-rules

1 Like