18 typedef struct World {
21 int RA; // Action radius
22 float RR; // Breathing rate
23 float GR; // Growth rate
24 float K; // Decomposition rate
25 int width; // Size of the model
26 int minSize; // Minimal size for a colony
27 int CO2; // Total CO2 in the model