aboutsummaryrefslogtreecommitdiff
path: root/maps/hex.json
blob: 5ef4f313cfa00552a573e9f5df50961398e47e12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
    "planets": [
        {
            "name": "protos",
            "x": -6,
            "y": 0,
            "owner": 1,
            "ship_count": 6
        },
        {
            "name": "duteros",
            "x": -3,
            "y": 5,
            "ship_count": 6
        },
        {
            "name": "tritos",
            "x": 3,
            "y": 5,
            "ship_count": 6
        },
        {
            "name": "tetartos",
            "x": 6,
            "y": 0,
            "owner": 2,
            "ship_count": 6
        },
        {
            "name": "pemptos",
            "x": 3,
            "y": -5,
            "ship_count": 6
        },
        {
            "name": "extos",
            "x": -3,
            "y": -5,
            "ship_count": 6
        }
    ]
}