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

https://github.com/jfairbank/conways-game-of-life

Conway's Game of Life implemented in Elm
https://github.com/jfairbank/conways-game-of-life

Last synced: 4 months ago
JSON representation

Conway's Game of Life implemented in Elm

Awesome Lists containing this project

README

          

# Conway's Game of Life in Elm

### Install

```
npm install
```

### Run

```
npm start
```

Visit http://localhost:8000 in your browser.