Conway's Game of Life in C Compile gcc game.c -o game Run ./game [height_of_board] [width_of_board] Quit Press CTRL-C to quit.