/conway

Conway's Game of Life

Primary LanguageCMIT LicenseMIT

Conway's Game of Life

A C implementation of Conway's Game of Life using ncurses.

Getting Started

# Substitute `gmake` if on *BSD
$ make
$ ./conway

Press 'q' or CTRL-C to exit. A full list of keybindings can be displayed by pressing '?'.

conway can also read a starting position from a cells formatted text file.

$ ./conway patterns/glider.cells