Conway's Game of life running in the linux shell.
The following commands will download, compile and install the program. Keep in mind that you will
need root permission to run make install, which will copy the binary file to /usr/bin/.
git clone https://github.com/danielfvm/GameOfLife-cli
cd GameOfLife-cli
make
make install
