OOP_F1_Project/conwayRule.json

16 lines
314 B
JSON

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