-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
100 lines (100 loc) · 2.61 KB
/
config.json
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"width": 512,
"height": 512,
"frames_to_render": -1,
"color": [100, 149, 237],
"defaultSystem": "Gliders",
"systems": {
"TrueCoral": {
"feed": 0.055,
"kill": 0.062,
"init_shape": 0,
"init_size": 10,
"image": "gallery/TrueCoral.png"
},
"CoralWorms": {
"feed": 0.05,
"kill": 0.063,
"init_shape": 0,
"init_size": 10,
"image": "gallery/CoralWorms.png"
},
"CoralShip": {
"feed": 0.058,
"kill": 0.063,
"init_shape": 0,
"init_size": 10,
"image": "gallery/CoralShip.png"
},
"Dots": {
"feed": 0.022,
"kill": 0.051,
"init_shape": 0,
"init_size": 10,
"image": "gallery/Dots.png"
},
"Flower": {
"feed": 0.038,
"kill": 0.061,
"init_shape": 0,
"init_size": 10,
"image": "gallery/Flower.png"
},
"Protein": {
"feed": 0.03,
"kill": 0.057,
"init_shape": 0,
"init_size": 10,
"image": "gallery/Protein.png"
},
"MitosisSlow": {
"feed": 0.026,
"kill": 0.061,
"init_shape": 0,
"init_size": 10,
"image": "gallery/MitosisSlow.png"
},
"MitosisOscillating": {
"feed": 0.018,
"kill": 0.055,
"init_shape": 0,
"init_size": 10,
"image": "gallery/MitosisOscillating.png"
},
"MitosisWorms": {
"feed": 0.034,
"kill": 0.065,
"init_shape": 1,
"init_size": 10,
"image": "gallery/MitosisWorms.png"
},
"MitosisFast": {
"feed": 0.014,
"kill": 0.053,
"init_shape": 0,
"init_size": 10,
"image": "gallery/MitosisFast.png"
},
"Gliders": {
"feed": 0.01,
"kill": 0.047,
"init_shape": 0,
"init_size": 10,
"image": "gallery/Gliders.png"
},
"ConcentricRings": {
"feed": 0.042,
"kill": 0.059,
"init_shape": 0,
"init_size": 10,
"image": "gallery/ConcentricRings.png"
},
"ConcentricRings2": {
"feed": 0.03,
"kill": 0.055,
"init_shape": 0,
"init_size": 10,
"image": "gallery/ConcentricRings2.png"
}
}
}