IN101 project on Conway's Game of Life
|
Structure representing a universe: width, height, number of simulation steps and current cells state. More...
#include <naive_universe.h>
Public Attributes | |
int | width |
int | height |
int | step_nb |
linked_list | cells |
char * | cells |
Structure representing a universe: width, height, number of simulation steps and current cells state.
This structure is represented by the universe
type.