The Computational Beauty of Nature
Computer Explorations of Fractals, Chaos,
Complex Systems, and Adaptation


About the Book
  · title page
  · home*
  · cover artwork
  · jacket text
  · table of contents
  · the author*
  · ordering information
Book Contents
  · three themes
  · part synopses
  · selected excerpts
  · all figures from book
  · quotes from book
  · glossary from book
  · bibliography
  · slide show
Source Code
  · overview &
documentation
  · FAQ list*
  · download source code
  · java applets
Miscellany
  · news*
  · reviews & awards
  · errata
  · for educators
  · bibliography (BibTeX format)
  · other links
LIFE Documentation


 



NAME

       life - play Conway's Game of Life


SYNOPSIS

       life -help
         or
       life   [-width integer] [-height integer] [-extra integer]
              [-wrap] [-infile string]  [-steps  integer]  [-inv]
              [-mag integer] [-term string]


DESCRIPTION

       Simulate  Conway's  Game  of Life with an arbitrary set of
       initial conditions.  Input files need to  be  in  the  PBM
       file format.


OPTIONS

       -width integer
              Width of the plot in pixels.

       -height integer
              Height of the plot in pixels.

       -extra integer
              Number of extra border pixels.

       -wrap  Wrap around world?

       -infile string
              Initial configuration file

       -steps integer
              Number of time steps to simulate.

       -inv   Invert all colors?

       -mag integer
              Magnification factor.

       -term string
              How to plot points.


MISCELLANY

       You  will need to use the -extra option in conjuction with
       the -wrap option if you wish to  simulate  moving  objects
       that  tend to fly off in one direction.  Periodic patterns
       may need the -extra option to give them a  little  bit  of
       extra room to work in.


BUGS

       No  sanity  checks  are performed to make sure that any of
       the options make sense.


CREDITS

       The data files for the initial states supplied  with  this

       program  were  lifted and converted from the excellent and
       free program xlife.


AUTHOR

       Copyright (c) 1997, Gary William Flake.

       Permission granted for any use according to  the  standard
       GNU ``copyleft'' agreement provided that the author's com-
       ments are neither modified nor removed.   No  warranty  is
       given or implied.

Copyright © Gary William Flake, 1998-2002. All Rights Reserved. Last modified: 30 Nov 2002