Lab 12 Instructor Notes - As a fun way to explore two-dimensional vectors, this exercise builds a class that facilitates playing John Conway's cellular automata 'Game of Life.'
Lab 12: Prelab Questions - Questions which must be printed, answered and brought to lab to turn in at the beginning.
Lab 12: Two-dimensional vectors - The game of life was invented by mathematician John Conway as a simple model representing a society of organisms. The basic premise is to create a rectangular grid of cells, so that each cell has eight neighboring cells.
Lab 12: LifeGame.h - LifeGame.h declares class LifeGame, a class for playing the game of Life.
Lab 12: LifeGame.cpp - LifeGame.cpp defines the non-trivial LifeGame operations.
Lab 12: LifeGame.doc - LifeGame.doc documents LifeGame, a class for playing the game of Life.