life_serial_test


life_serial_test, a FORTRAN77 code which calls life_serial(), 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 computer code and data files made available on this web page are distributed under the GNU LGPL license.

Related Data and Programs:

life_serial, a FORTRAN77 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 19 October 2023.