An implementation of Conway's Game of Life by Nate Stewart. Essentially, choose the number of cells in a grid you wish to be 'alive'. The alive cells will be randomly generated and displayed. Then, choose how many generations you wish to run through until you're satisfied. Quit by typing '-1' or ctrl + C.
https://github.com/vulcant/Game_of_Life
https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
- C89 GCC or higher
Clone and cd into a local directory. Run the makefile with 'make' terminal command. Run the game using './life' terminal command.