OOP_F1_Project/conwayRule.json

17 lines
335 B
JSON

[{"cell": {
"value" : 1,
"color" : [255,255,255],
"conditionCountNear" : [2,3],
"conditionHighestNear" : null,
"ifValue" : 1,
"elseValue" : 0
}},
{"cell": {
"value" : 0,
"color" : [0,0,0],
"conditionCountNear" : [3],
"conditionHighestNear" : null,
"ifValue" : 1,
"elseValue" : 0
}}
]