Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adriankumpf/game-of-life

An implementation of Conway's Game of Life with Elixir & Phoenix.
https://github.com/adriankumpf/game-of-life

conway elixir game-of-life phoenix

Last synced: 12 days ago
JSON representation

An implementation of Conway's Game of Life with Elixir & Phoenix.

Awesome Lists containing this project

README

        

![Demo](docs/demo.gif)

# Game of Life

Conway's Game of Life in Elixir.

```bash
mix deps.get
cd apps/client/assets/ && npm install && cd -
mix phx.server
```