From 9643ccf6d69cc34f56fff454f1c0aa3e34a93d08 Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Tue, 20 Sep 2022 21:11:19 +0200 Subject: add a basic matchrunner test --- planetwars-matchrunner/maps/abc.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 planetwars-matchrunner/maps/abc.json (limited to 'planetwars-matchrunner/maps') 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 + } + ] +} + -- cgit v1.2.3