jsks / conway

Conway's Game of Life

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Conway's Game of Life

License:MIT License


Languages

Language:C 88.4%Language:C++ 6.2%Language:Makefile 5.4%