This is my own version of a fancy Life program. It was written in C over a period of many years. It runs using both curses and 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. Some of its features are very powerful. 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. You might also need to modify the CFLAGS and LIBS definitions further. Besides this package, you should also get the related dblifelib package which contains my library of interesting Life objects. By default the Life program expects the library to be installed in /usr/local/games/lib. I hope you enjoy playing with this program. Suggestions for improvements are welcome. David I. Bell dbell@canb.auug.org.au 22 April 1997