{ "title": "GliderGun", "max_iter": null, "delay": 1.0, "pause_at_start": true, "enable_control": true, "visual": { "on": true, "styles": [ "Graphical" ] }, "neighbor_rule": { "type": "Moore", "margin": 1 }, "state": { "type": "UInt", "count": 2 }, "evolution_rule": { "type": "AliveCount", "survive": [ 2, 3 ], "born": [ 3 ] }, "board": { "type": "Grid2D", "shape": { "width": 50, "height": 70 }, "initial_states": { "type": "Deterministic", "positions": { "1": [ { "x": 3, "y": 3 }, { "x": -7, "y": -1 }, { "x": -1, "y": -1 }, { "x": -4, "y": -3 }, { "x": 7, "y": -1 }, { "x": 7, "y": 4 }, { "x": -5, "y": 3 }, { "x": 18, "y": 2 }, { "x": -17, "y": 0 }, { "x": -3, "y": 0 }, { "x": 7, "y": 5 }, { "x": -4, "y": 3 }, { "x": -6, "y": 2 }, { "x": 0, "y": 0 }, { "x": -6, "y": -2 }, { "x": -16, "y": 1 }, { "x": 18, "y": 3 }, { "x": 17, "y": 2 }, { "x": 3, "y": 2 }, { "x": 5, "y": 0 }, { "x": -2, "y": -2 }, { "x": 4, "y": 1 }, { "x": 4, "y": 3 }, { "x": 5, "y": 4 }, { "x": -1, "y": 1 }, { "x": 17, "y": 3 }, { "x": 7, "y": 0 }, { "x": 4, "y": 2 }, { "x": 3, "y": 1 }, { "x": -7, "y": 1 }, { "x": -7, "y": 0 }, { "x": -16, "y": 0 }, { "x": -1, "y": 0 }, { "x": -2, "y": 2 }, { "x": -5, "y": -3 }, { "x": -17, "y": 1 } ] } } } }