derekherbert / Warzone

SOEN 6441 Group Project
0 stars 0 forks source link

005- create a data structure for the map #8

Closed fzuray closed 3 years ago

fzuray commented 3 years ago

it is a research task find a good structure for the validMap function.

ZexinPeng commented 3 years ago

we need all this information:

  1. the ownership of the territory (neutral or owned by the player)
  2. whether a territory can be attacked (after using negotiate card, a player cannot attack another player)
  3. the number of armies in the territory
  4. borders
  5. continents contain countries, countries contain territories.