This document is a DECUS Program Library write-up (FOCAL8-185) for a FOCAL language program called "LIFE".
Summary:
The document describes a FOCAL (FOCAL8) implementation of John Horton Conway's Game of Life, developed by C. C. Wilton-Davies from RNPL, dated June 21, 1971.
The program simulates the game on a matrix of locations, where "cells" can be full (alive) or empty. Cells live, multiply, or die based on the following rules:
Program Usage:
GO command, the operator specifies the desired matrix size.The document includes a sample printout demonstrating user interaction and matrix output, and lists relevant references, primarily from "Scientific American" and "The Sunday Times," discussing the game.
Site structure and layout ©2025 Majenko Technologies