public class GameOfLife extends Object
Student.| Constructor and Description |
|---|
GameOfLife(int rowCount,
int columnCount) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Main program that parses the command line, creates a
Student, and prints a description of the gameoflife to
standard out by invoking its toString method. |
public GameOfLife(int rowCount, int columnCount)
public static void main(String[] args) throws InterruptedException, IOException
Student, and prints a description of the gameoflife to
standard out by invoking its toString method.InterruptedExceptionIOExceptionCopyright © 2016 Portland State University. All rights reserved.