-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVarlife.rule
50 lines (44 loc) · 938 Bytes
/
Varlife.rule
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
@RULE Varlife
A mixed rule game of life designed in the Quest for Tetris
The PPCG QFT (not Quantum/Quick Fourier Transform) crew, August 10, 2016
@TREE
num_states=8
num_neighbors=8
num_nodes=29
1 0 0 2 2 4 4 6 6
1 0 0 3 2 4 4 7 7
2 0 1 0 1 0 1 0 1
1 0 0 2 2 5 4 7 6
2 1 3 1 3 1 3 1 3
3 2 4 2 4 2 4 2 4
2 3 0 3 0 3 0 3 0
3 4 6 4 6 4 6 4 6
4 5 7 5 7 5 7 5 7
2 0 0 0 0 0 0 0 0
3 6 9 6 9 6 9 6 9
4 7 10 7 10 7 10 7 10
5 8 11 8 11 8 11 8 11
3 9 9 9 9 9 9 9 9
4 10 13 10 13 10 13 10 13
5 11 14 11 14 11 14 11 14
6 12 15 12 15 12 15 12 15
4 13 13 13 13 13 13 13 13
5 14 17 14 17 14 17 14 17
6 15 18 15 18 15 18 15 18
7 16 19 16 19 16 19 16 19
5 17 17 17 17 17 17 17 17
6 18 21 18 21 18 21 18 21
7 19 22 19 22 19 22 19 22
8 20 23 20 23 20 23 20 23
6 21 21 21 21 21 21 21 21
7 22 25 22 25 22 25 22 25
8 23 26 23 26 23 26 23 26
9 24 27 24 27 24 27 24 27
@COLORS
1 255 255 255
2 0 0 255
3 0 255 255
4 0 255 0
5 255 255 0
6 255 0 0
7 255 128 0