Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/adriankumpf/game-of-life
- Owner: adriankumpf
- Created: 2017-04-17T17:36:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-30T18:21:43.000Z (over 7 years ago)
- Last Synced: 2024-11-11T12:52:03.907Z (about 2 months ago)
- Topics: conway, elixir, game-of-life, phoenix
- Language: Elixir
- Homepage:
- Size: 1.89 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```