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

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

Awesome Lists containing this project

README

          

# Elixir Game of Life [![Build Status](https://travis-ci.org/simonewebdesign/elixir-game-of-life.svg?branch=master)](https://travis-ci.org/simonewebdesign/elixir-game-of-life) [![Coverage Status](https://coveralls.io/repos/github/simonewebdesign/elixir-game-of-life/badge.svg?branch=master)](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).