Sequential and parallel implementation of Conway's Game of Life using C and POSIX Threads.
Copy one of the blank universes in the same directory of the executable or build
your own, then build using make build and start the simulation using
./gol <size> <n_threads> where size is the length of the square's side
representing the universe and n_threads is the number of threads to use when
computing in parallel the next frame.
