%OP%TM2 %OP%BM2 %OP%LM4 %OP%HE/%H2%Z88 Users' Club Software Library %CO:A,12,72%%C%%H2%LIFE-3 for the Z88 ** requires an 'expanded' machine - 128K RAM or more in slot 1. ** This program is written in assembler (for the MAP updates) and BASIC. It implements the cellular automaton defined by Conway (1972, Scientific American). This is displayed on a 64*256 grid, one pixel per cell. The grid is filled at random, the generations are then displayed. The larger than normal grid means that some interesting patterns can be observed as the generations proceed. Rules of life (the fate of all cells is decided at the same time), note a cell may have up to eight neighbours: There have been many articles written on LIFE and the strange structures which can arise, the availability of computers like the Z88 makes it possible to produce large scale life arrays, and watch them in real-time. %CO:B,12,60% Number of neighbours 2 3 0 or 1 4,5,6,7,8 %CO:C,12,48%%CO:D,12,36% Action Cell remains as is New cell if empty, else remains as is Cell dies from loneliness Cell dies from overcrowding %CO:E,12,24%%CO:F,12,12%