/game-of-life-elixir

The Conway's Game of Life implemented with the elixir language

Primary LanguageElixirMIT LicenseMIT

Game Of Life

The Conway's Game of Life implemented with the elixir language

In order to run the tests you need to:

  • install all the dependencies with the following command: mix deps.get
  • execute the tests running mix tests

There is also a benchmark suite created with Benchfella.

You can run the benchmark with the following command: mix bench --duration 5