W.B.Langdon@cs.bham.ac.uk 1 March 1997 $Revision: 1.2 $ The life Java applet can also be run as a stand alone application using the java interpretter on you machine. This enables you to: read initial configurations from network files Change size of display, either by manualy resising the window or using -geometry run in batch mode run a specified number of iterations using -n and save the final game state Installing ---------- Either take a copy of the source file life.java and recompile or copy all the files in this subdirectory to a subdirectory called life on your system. (All the classes are within the life package) Running ------- To run (under SUN Unix) java life.life or with a file java life.life life/glider or with a network file (and specify 50 by 50 world) java life.life http://www.cs.bham.ac.uk/~wbl/code/life/glider -g 50x50