--- /dev/null
+{
+ "config": {
+ "name": "Station Alpha",
+ "power": 100,
+ "seeds": 10,
+ },
+ "obstacles": [
+ {
+ "type": "wall",
+ "vertices": [
+ [400, 400], [450, 400], [450, 450], [400, 450]
+ ]
+ },
+ {
+ "type": "wall",
+ "vertices": [
+ [800, 400], [850, 400], [850, 450], [800, 450]
+ ]
+ }
+ ],
+ "lights": [
+ {
+ "type": "spotlight",
+ "colour": "red",
+ "position": [700, 500],
+ "direction": 90.0,
+ "spread": 45.0,
+ },
+ {
+ "type": "spotlight",
+ "colour": "yellow",
+ "position": [500, 500],
+ "direction": -90.0,
+ "spread": 45.0,
+ },
+ ]
+}