main
rw-r--r--
21 B
rw-r--r--
56 B
rw-r--r--
785 B
rw-r--r--
702 B

Build Status

The Game of Life

This is my implementation of the Conway’s Game of Life written in C.

To run this program you must have gcc and make installed. The default make task will run the program with a 5x5 world.

  $ make

To customize the size of the world you can export the LINES and COLUMNS environment variables.

  $ LINES=25 COLUMNS=80 make

To run the test suite.

  $ make test

DEMO

demo