Merge branch 'main' of https://github.com/kb173/game-of-life-cpp into main
This commit is contained in:
commit
35b728bc4a
@ -9,3 +9,9 @@ The input file must contain the number of columns and rows to expect. Live cells
|
|||||||
...
|
...
|
||||||
.x.
|
.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`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user