gusaiani / game-of-life

Study repo for a distributed Game of Life in Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GameOfLife

A study repo for an Elixir distributed Game of Life

Installation

If available in Hex, the package can be installed as:

  1. Add game_of_life to your list of dependencies in mix.exs:

    def deps do [{:game_of_life, "~> 0.0.1"}] end

  2. Ensure game_of_life is started before your application:

    def application do [applications: [:game_of_life]] end

About

Study repo for a distributed Game of Life in Elixir


Languages

Language:Elixir 100.0%