gonway
Conway's Game of Life in Go
Installation
Go install
- Install
gonway
go install codeberg.org/gkits/cmd/gonway@latest
- Verify install
gonway -v
Usage
Start a Game of Life by running the following command:
gonway
Options
Additionally to running gonway with its default parameters you can add the following flags to
customize certain factor of your game.
-c, --colums int Set the width of the grid (default 10)
-h, --help help for gonway
-r, --rows int Set the height of the grid (default 10)
-s, --seed string Set the game seed
-t, --tick duration Set the games tick duration (default 1s)
-v, --version version for gonway