#include #include #include "iocrema.h" #define RIGHE 25 #define COLONNE 80 #define DIM_RIGHE 10 #define DIM_COLONNE 12 #define NUM_GEN 20 #define PIENA '*' #define VUOTA '.' int main () { char schermo[RIGHE][COLONNE+1]; char mondo[DIM_RIGHE][DIM_COLONNE+1]; char tem[DIM_RIGHE][DIM_COLONNE+1]; int gen; int riga; int colonna; /* Inizializzazione */ for (riga=0; riga