Install life:
go install github.com/418Coffee/life@latest
Play around with the cli:
life
...
Usage of life [options] width height
options:
-file string
load initial state from .rle file (mutually exclusive with width height arguments)
-nowrap
don't wrap field toroidally
-seed int
seed for initial state (default 1653324678377310)
-ticks uint
amount of generation to run (default 100)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.