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

https://github.com/ecshreve/lifey

conway's game of life in go
https://github.com/ecshreve/lifey

conways-game-of-life go tview

Last synced: 3 months ago
JSON representation

conway's game of life in go

Awesome Lists containing this project

README

        

# lifey

`lifey` is an implementation of [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) in Go.

## Usage

- clone the repo

```{bash}
git clone https://github.com/ecshreve/lifey.git
```

- build and run the project

```{bash}
cd lifey
make run
```

## Demo

![lifey tui](static/lifesim.gif "lifey")