Skip to content

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

License

Notifications You must be signed in to change notification settings

PaoloLaurenti/game-of-life-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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