game-of-life

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 23, 2019 License: Unlicense Imports: 9 Imported by: 0

README

Conway`s game-of-life, written in Go .

Build Status

https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

How to install

You must go to the releases page and download the latest binary for your architecture.

You can also try this one liner install:

sudo curl -L "https://github.com/eloylp/game-of-life/releases/download/v1.0.0/gol_1.0.0_Linux_x86_64" \
-o /usr/local/bin/gol \
&& sudo chmod +x /usr/local/bin/gol

How to run

If you want a description about the arguments, just invoke help:

gol -h

Here is a full example of how to use this CLI:

gol -x 20 -y 20 -g 100 -i 2

This will bring more life to your computer !

How to run tests

go test

How to run benchmark tests

go test -bench=.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL