Compare commits
No commits in common. "2b042f89be5d20c20ba39a32c7d568cd0c68a67c" and "8a7d8ec24c3fd602790c519e7ba52a644b3bf3a2" have entirely different histories.
2b042f89be
...
8a7d8ec24c
@ -103,32 +103,6 @@ const presetRuleset = [
|
||||
"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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user