diff options
Diffstat (limited to 'planetwars-matchrunner/maps')
-rw-r--r-- | planetwars-matchrunner/maps/abc.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/planetwars-matchrunner/maps/abc.json b/planetwars-matchrunner/maps/abc.json new file mode 100644 index 0000000..70462e7 --- /dev/null +++ b/planetwars-matchrunner/maps/abc.json @@ -0,0 +1,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 + } + ] +} + |