Simple implementation of Conway's Game of Life. Currently has hardcoded pulsar in source, easily could be extended to read files.
Use:
g++ gol.cpp && ./a.out
Simple implementation of Conway's Game of Life. Currently has hardcoded pulsar in source, easily could be extended to read files.
Use:
g++ gol.cpp && ./a.out