Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dskinner/cell

Explores cellular automata
https://github.com/dskinner/cell

Last synced: 11 days ago
JSON representation

Explores cellular automata

Awesome Lists containing this project

README

        

# Cell

Explores cellular automata. Current rules available for Conway's Game of Life and rules taken from Stephen Wolfram's A New Kind of Science.

## Installation

Requires various C development headers that I've long since forgotten about to install `gogl`. Use the following and inspect errors to determine the appropriate headers needed.

```
go get dasa.cc/cell
```

## Run

```
cell -h
```