DesertFoxHU / Grimfield

Grimfield is a turn-based 2D strategy game
2 stars 0 forks source link

Flags #36

Open DesertFoxHU opened 2 years ago

DesertFoxHU commented 2 years ago

Flags are tiles and they claim a neutral 5x5 territory.

They randomly spawn on a map, but they can't be next to eachother. The flag is claimable by players, however they're just temporary claimable by units. The flag will return to neutral state if nobody stands on it.

If somebody places a village above them then the flag's whole territory will convert to that player forever. Their presence could make the gameplay a bit faster and easier to expand your territory (which is a hard thing to do right now)

DesertFoxHU commented 2 years ago

Flags were added, however their territory only rendered on the server. Requires more complex generation (probably after when everyone placed their first village).