This page links to the Game of Life program used as an example of program development.
To run the program:
- Put all three Java files into a project and compile them.
- Create a Life object.
- Create a LifeViewer object, giving the name of your Life object as the argument.
- Animate your LifeViewer object.
The program