life
Class LifeTester

java.lang.Object
  extended by life.LifeTester

public class LifeTester
extends java.lang.Object

Models Conway's Game of Life.

Author:
Tom James

Constructor Summary
LifeTester()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifeTester

public LifeTester()
Method Detail

main

public static void main(java.lang.String[] args)