How to make a territory claiming system?

Hello,

I want to make a territory claiming system. The idea is that player’s can walk around the map and claim territory, and if the player’s tribe has enough “power”, they can claim other tribes’ territory. My question is, how would I approach making such a system? Is it complex or easy? How would I store this data, in an array of structs each containing a location and an “OwningTribe” variable? If you don’t understand what I’m trying to do, please let me know and I’ll edit this thread to make it more understandable.

Thanks in advance! :slight_smile:

~Stefan

Do you want it to be made up of segments like hexes or tiles, or be more like an invisible layer over the terrain whose pixels are counted as the character’s movements paint over it?

I’m sorry for the late respond, been a little busy. I would like it to be made up of segments, more specifically hexes, yes. Thanks :slight_smile:

bump bump bump