91
edits
Changes
→Serial Implementation
* World - the class which defines the world, the environment for the cell in which the cell undergoes evolution. The class contains the dimensions for the 2D dimensional matrix where the cell is positioned. [[File:world_class.png|600px|thumb|center|alt| World Class ]]
* Rule - the class which defines the rule which govern the evolution in every generation. It contains pointers to two world object, the current and the next computed one.
[[File:rule_class.png|600px|thumb|center|alt| Rule Class ]]