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

https://github.com/rajiv-k/gol

Conway's Game of Life
https://github.com/rajiv-k/gol

conways-game-of-life

Last synced: 2 months ago
JSON representation

Conway's Game of Life

Awesome Lists containing this project

README

        

# gol

A simple implementation of Conway's Game of Life.

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

## Build

```console
$ make gol
```

## Run

```console
$ ./gol testdata/glider_light.txt
```