```
rules = [
[[1,+1,1], [1,-1,1]],
[[1,+1,1], [0,+1,0]],
]
```

```
rules = {
'a': [[1, +1, 'a'], [1, +1, 'b']],
'b': [[0, +0, 'a'], [0, +0, 'b']],
}
```

Follow

```
rules = {
'a': [[1,+0,'b'], [1,-1,'a']],
'b': [[1,+1,'b'], [0,+0,'a']],
}
```

Sign in to participate in the conversation
(void *) social site

(void*)