Skip to content
/ life Public

Minimal Go implementation of Conway's Game of Life

License

Notifications You must be signed in to change notification settings

418Coffee/life

Repository files navigation

life

Tests Go Reference Go Report Card

Table of contents

Usage

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)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT