/Conway-game-of-life

The Game of Life is a cellular automaton devised by the British mathematician John Horton Conway in 1970. It is the best-known example of a cellular automaton.

Primary LanguageOCamlMIT LicenseMIT

USAGE

C

gcc -std=c99 -Wall lifegame.c; ./a.out = [width] [height]