Conway's Game Of Life Implementation In Go

  • By Erman İmer
  • Last update: Jul 13, 2022
  • Comments: 0

gameoflife

Implementation of Conway's Game of Life in Go.

Go Go Report Card

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

Sample Output:

Pulsar

Download

gameoflife.zip