Implementation of Conway's Game of Life in Go.
Works only on Unix-like systems.
go install github.com/ermanimer/gameoflife@latest
gameoflife -h
Run gameoflife with input filename ./inputs/pulsar.txt and with 2 fps playback speed.
gameoflife -i ./inputs/pulsar.txt -s 2