SpdEx

Spatial Prisoner's Dilemma Game (assuming random graph as a social network) implemented by Elixir. Current version is not parallelized by Flow, but parallel calculation version will be definitely available in the near future.

Installation

If available in Hex, the package can be installed by adding spd_ex to your list of dependencies in mix.exs:

def deps do
  [
    {:spd_ex, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/spd_ex.