This is my own version of a Life program, along with a library of some
interesting Life objects.  It was written in C over a period of many years.
It runs using either curses or X11.  Other output devices should be easy
to add.

This program is not meant to be incredibly fast (use xlife for that:-).
But it IS meant to allow the easy editing and viewing of Life objects.
It can handle very large Life objects, and handles multiple objects at
the same time.

The Makefile will probably need changing to load the X11 libraries correctly
for your machine.  Also, you can define one of the values TERMIOS, TERMIO,
or SGTTY to match your machine (or nothing if you just want a standard set
of default line editing characters).  These are only used in scan.c.

I hope you enjoy playing with this program.  Suggestions for improvements
are welcome, as are new interesting Life objects.

David I. Bell
dbell@auug.org.au
