Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/enocom/life

Conway's Game of Life in Go
https://github.com/enocom/life

Last synced: about 1 month ago
JSON representation

Conway's Game of Life in Go

Awesome Lists containing this project

README

        

# Life

Life is an implementation of [Conway's Game of Life][life] for the CLI.

## Installation

```
go get github.com/enocom/life
```

## Usage

```
life -size 40 -rate 500ms
```
[life]: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life