gameoflife
Implementation of Conway's Game of Life in Go.
Works only on Unix-like systems.
Instalation
go install github.com/ermanimer/[email protected]
Help
gameoflife -h
Sample Usage:
Run gameoflife with input filename ./inputs/pulsar.txt and with 2 fps playback speed.
gameoflife -i ./inputs/pulsar.txt -s 2