GameOfLifeCUDA Conway's Game Of Life implemented in CUDA. Compile with nvcc -o game game.cu, run with ./game [-i infile] [-o outfile] [-t timesteps] [-g griddimensions] [-b blockdimensions]