2020-12-16 19:59:21 +01:00
2020-12-16 20:05:39 +01:00
2020-12-16 19:59:03 +01:00
2020-12-16 12:17:58 +01:00
2020-12-16 19:59:10 +01:00
2020-12-16 20:05:39 +01:00

Game of Life

Conway's Game of Life implemented efficiently in C++.

The input file must contain the number of columns and rows to expect. Live cells are marked as x, dead cells are .. For example:

3,2
...
.x.

Build & Run

Build with make.

Run with ./gol --load infile.gol --save outfile.gol --generations 100. Optionally, also print a time measurement to stdout with --measure.

Description
No description provided
Readme 103 KiB
Languages
C++ 93.3%
C 4.1%
Shell 1.6%
Makefile 1%