This app implements John Conway's Game of Life
make -f Makefile
./GameOfLife
-n [number of iterations] - the world is going to be generated till given generation
-w [input file] - reading world from given file
-g [gif name] - generations will be saved to given gif file
-s [scale] - scaling gif file
-d [delay] - consecutive generations will be shown with given delay in ms
Authors: Patryk Chojnicki, Łukasz Lepianka