https://github.com/simonewebdesign/elixir-game-of-life
Conway's Game of Life in Elixir
https://github.com/simonewebdesign/elixir-game-of-life
elixir game-of-life
Last synced: over 1 year ago
JSON representation
Conway's Game of Life in Elixir
- Host: GitHub
- URL: https://github.com/simonewebdesign/elixir-game-of-life
- Owner: simonewebdesign
- Created: 2015-07-06T18:27:27.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-06-20T10:06:46.000Z (almost 9 years ago)
- Last Synced: 2025-01-08T20:29:33.832Z (over 1 year ago)
- Topics: elixir, game-of-life
- Language: Elixir
- Size: 36.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elixir Game of Life [](https://travis-ci.org/simonewebdesign/elixir-game-of-life) [](https://coveralls.io/github/simonewebdesign/elixir-game-of-life?branch=master)
Conway's Game of Life in Elixir
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `game_of_life` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:game_of_life, "~> 0.1.0"}]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/game_of_life](https://hexdocs.pm/game_of_life).