Compare commits
2 Commits
8a7d8ec24c
...
2b042f89be
Author | SHA1 | Date | |
---|---|---|---|
2b042f89be | |||
c592f523af |
@ -103,6 +103,32 @@ const presetRuleset = [
|
|||||||
"000": 1,
|
"000": 1,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "rule 184",
|
||||||
|
rules: {
|
||||||
|
100: 1,
|
||||||
|
101: 1,
|
||||||
|
110: 0,
|
||||||
|
111: 1,
|
||||||
|
"011": 1,
|
||||||
|
"010": 0,
|
||||||
|
"001": 0,
|
||||||
|
"000": 0,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "rule 110",
|
||||||
|
rules: {
|
||||||
|
100: 0,
|
||||||
|
101: 1,
|
||||||
|
110: 1,
|
||||||
|
111: 0,
|
||||||
|
"011": 1,
|
||||||
|
"010": 1,
|
||||||
|
"001": 1,
|
||||||
|
"000": 0,
|
||||||
|
},
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
const initialStates = [
|
const initialStates = [
|
||||||
|
Loading…
Reference in New Issue
Block a user