A C99 terminal implementation of Conway's Game of Life.
Usage: gameOfLife -(w|h|d|g|p) [value] options: -w / --width = width -h / --height = height -d / --delay = delay between updates (in ms) -g / --generations = number of generations to quit after -p / --pattern = initial pattern (blinker|beacon|random|toad)