{ "title": "Bombers255", "max_iter": null, "delay": 0.2, "pause_at_start": true, "enable_control": true, "visual": { "on": true, "styles": [ "Graphical" ] }, "neighbor_rule": { "type": "Moore", "margin": 1 }, "state": { "type": "UInt", "count": 255 }, "evolution_rule": { "type": "AliveCount", "survive": [ 3, 4, 5 ], "born": [ 2, 4 ] }, "board": { "type": "Grid2D", "shape": { "width": 1662, "height": 540 }, "initial_states": { "type": "Random", "alive_ratio": 0.5 } } }