- There are currently two "views" of all maps: normal view, and color-blind view (b3 for 3 blues, etc.) that you can toggle between in all games (using add/remove colour codes)
- Add another "view" to team games: "team view" (and color-blind team view)
- In team view, you would see territory ownership (the colored #s juxtaposed over the game board) as defined not by which player owns each location, but by which team owns that location
Specifics:
- Added as a dynamic toggle on the side
- Would use data that allows reinforcement/deployment to teammate's locations
- Each team is assigned its own color
- In two-team/3 team situations grayscale could be used
- The color could also be the color of the first player listed on the side within that team
- Example:
- If the team of blue, red, and yellow held locations A, B, and C each with 3 and the team of purple, green, and orange hold D, E, and F each with 4
- ...then the first team would be assigned a color (eg red) and the second team would be assigned a color (eg purple).
- In team view, A, B, and C would be designated with a red 3 (or a red "r3"), and D, E, and F would be designated with a purple 4.
This will improve the following aspects of the site:
- Gameplay: the board would be much easier to read when determining team strategy
- Would generally improve team dynamics and encourage players to share troops, since they visually see they have some ownership of teammates' territories
Perhaps something like this already exists/has been suggested, but it seems like it would be easy enough to implement (no new images/backend code (possibly), just front-end change), and it would help me tremendously.