## Heatmap Matrices: Trust Matrices in Game Scenarios
### Overview
The image displays three 7x7 heatmaps, labeled (a), (b), and (c), representing directed trust relationships between seven nations (ENG, GER, FRA, AUS, ITA, RUS, TUR) across three distinct game scenarios. The matrices visualize trust levels on a scale from 0.0 (no trust, red/pink background) to 1.0 (full trust, green background).
### Components/Axes
* **Axes:** Both the X-axis (columns) and Y-axis (rows) represent the seven nations: ENG, GER, FRA, AUS, ITA, RUS, TUR.
* **Values:** Each cell contains a numerical value representing the trust level of the nation in the row toward the nation in the column.
* **Color Coding:**
* **Green:** High trust values (1.0 on the diagonal, and varying degrees of green for values > 0.0).
* **Red/Pink:** Low or zero trust values (0.0).
* **Yellow:** Intermediate trust values (e.g., 0.36, 0.44).
* **Layout:** The three matrices are arranged horizontally. Below each matrix is a caption describing the specific game scenario.
---
### Detailed Analysis
#### (a) The Bunker (Game 433761)
* **Trend:** High mutual trust between ENG and GER. Sparse trust elsewhere.
* **Data Matrix:**
| | ENG | GER | FRA | AUS | ITA | RUS | TUR |
| :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- |
| **ENG** | 1.0 | 0.98 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
| **GER** | 0.95 | 1.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
| **FRA** | 0.0 | 0.73 | 1.0 | 0.0 | 0.0 | 0.0 | 0.0 |
| **AUS** | 0.60 | 0.0 | 0.0 | 1.0 | 0.0 | 0.0 | 0.0 |
| **ITA** | 0.36 | 0.0 | 0.0 | 0.0 | 1.0 | 0.0 | 0.0 |
| **RUS** | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 1.0 | 0.0 |
| **TUR** | 0.65 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 1.0 |
#### (b) Stable Alliance (Game 435086)
* **Trend:** A complex trust structure involving a triad between FRA, RUS, and TUR.
* **Data Matrix:**
| | ENG | GER | FRA | AUS | ITA | RUS | TUR |
| :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- |
| **ENG** | 1.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.65 |
| **GER** | 0.0 | 1.0 | 0.67 | 0.0 | 0.0 | 0.0 | 0.0 |
| **FRA** | 0.0 | 0.0 | 1.0 | 0.0 | 0.0 | 0.0 | 1.0 |
| **AUS** | 0.0 | 0.0 | 0.0 | 1.0 | 0.0 | 0.0 | 0.62 |
| **ITA** | 0.0 | 0.0 | 0.44 | 0.0 | 1.0 | 0.0 | 0.0 |
| **RUS** | 0.0 | 0.0 | 0.76 | 0.0 | 0.0 | 1.0 | 0.0 |
| **TUR** | 0.0 | 0.0 | 0.95 | 0.0 | 0.0 | 0.0 | 1.0 |
#### (c) The Betrayal (Game 434170)
* **Trend:** Asymmetric trust, specifically between RUS and TUR.
* **Data Matrix:**
| | ENG | GER | FRA | AUS | ITA | RUS | TUR |
| :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- |
| **ENG** | 1.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.72 |
| **GER** | 0.0 | 1.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.19 |
| **FRA** | 0.0 | 0.0 | 1.0 | 0.0 | 0.0 | 0.0 | 0.24 |
| **AUS** | 0.0 | 0.0 | 0.0 | 1.0 | 0.0 | 0.0 | 0.39 |
| **ITA** | 0.0 | 0.0 | 0.0 | 0.0 | 1.0 | 0.0 | 0.93 |
| **RUS** | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 1.0 | 0.65 |
| **TUR** | 0.0 | 0.0 | 0.0 | 0.0 | 0.99 | 0.03 | 1.0 |
---
### Key Observations
* **Sparsity:** All matrices are highly sparse, indicating that in these game states, most nations do not trust most other nations.
* **Self-Trust:** The diagonal (self-trust) is consistently 1.0 across all matrices.
* **Asymmetry:** Trust is not necessarily reciprocal. For example, in (c), RUS trusts TUR (0.65), but TUR does not trust RUS (0.03).
* **Color Intensity:** The visual intensity of the green cells directly corresponds to the numerical value (e.g., 0.99 is a darker green than 0.36).
### Interpretation
These matrices represent the "social graph" of a strategy game (likely *Diplomacy*).
* **Scenario (a)** demonstrates a "bunker" strategy, where two powers (ENG/GER) have formed a strong, mutual defensive pact, while the rest of the board remains isolated or distrustful.
* **Scenario (b)** illustrates a more complex, multi-polar alliance. The high values between FRA, RUS, and TUR suggest a coordinated effort or a "triad" of cooperation, which is often more stable than a simple two-party pact.
* **Scenario (c)** captures a "betrayal" moment. The data highlights the danger of asymmetric information or intent: RUS has invested trust in TUR (0.65), but TUR has effectively withdrawn trust from RUS (0.03), signaling an imminent attack or a breakdown in the alliance. This demonstrates how quantitative trust metrics can be used to predict or identify game-ending maneuvers.