IN101 project on Conway's Game of Life
Public Attributes | List of all members
universe Struct Reference

Structure representing a universe: width, height, number of simulation steps and current cells state. More...

#include <naive_universe.h>

Collaboration diagram for universe:
Collaboration graph
[legend]

Public Attributes

int width
 
int height
 
int step_nb
 
linked_list cells
 
char * cells
 

Detailed Description

Structure representing a universe: width, height, number of simulation steps and current cells state.

This structure is represented by the universe type.


The documentation for this struct was generated from the following files: