/gameoflife

Conway's Game Of Life Implementation In Go

Primary LanguageGoMIT LicenseMIT

gameoflife

Go Go Report Card

Implementation of Conway's Game of Life in Go.

Works only on Unix-like systems.

Instalation

go install github.com/ermanimer/gameoflife@latest

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

Sample Output

Pulsar