life_test


life_test, an Octave code which calls life(), which computes a few steps of the evolution of John Conway's Game of Life, intended as a starting point for implementing a parallel version.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

life, an Octave code which computes a few steps of the evolution of John Conway's Game of life, intended as a starting point for implementing a parallel version.

Source Code:

Executing the program produces a series of text files containing 0's and 1's, to indicate the current state of the game:


Last revised on 17 September 2024.