// Amount of board rows
#define ROWS 30
// Amount of board columns
#define COLUMNS 30
// Cell size in pixels
#define CELL_SIZE 20
// Amount of next generations rendered per second
#define GENERATIONS_PER_SECOND 60