aboutsummaryrefslogtreecommitdiff
path: root/planetwars-matchrunner/maps/abc.json
blob: 70462e75bfd77c967b664c1aafd323ad0861e6fa (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
{
    "planets": [
        {
            "name": "a",
            "x": -3,
            "y": 0,
            "owner": 1,
            "ship_count": 5
        },
        {
            "name": "b",
            "x": 0,
            "y": 0,
            "ship_count": 5
        },
        {
            "name": "c",
            "x": 3,
            "y": 0,
            "owner": 2,
            "ship_count": 5
        }
    ]
}