A C implementation of Conway's Game of Life using ncurses.
# Substitute `gmake` if on *BSD
$ make
$ ./conwayPress '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